Anonymous
Any iot
Anonymous
Or something that visual studio is not traditionaly designed for
Anonymous
Embedded programing
Anonymous
POS devices
Anonymous
And of course web
Anonymous
Also java and kotlin work great too
Neutronix
Neutronix
I use vs code for everything except c++ c#
i've this header called opensslconf.h.in, the include is called opensslconf.h, i don't know what is this .in at the end, so I've modified the extension .with only .h and now i get this error
Neutronix
For sure the .in was there for a reason
Yes, I know but what's the reason?
Anonymous
How do i create a trigger bot
Anonymous
I have the pointers of trigger and crosshair
Anonymous
Ive done my homework but google doesn't help me
Anonymous
Maybe some of u could
Aman
Guys i m a beginner in programming I just learn if else and loop in c
Aman
Can u suggest me any program for practice
Anonymous
Can u suggest me any program for practice
this is not enough to make a program that is not a simple task like an array sorting
RAGHAV
i want to learn c
Anonymous
i want to learn c
Good for you
Dima
Oops I wanted a warn
Dima
anyways this is weird
Anonymous
He joined just to send that message
Dima
We don’t need this
Rumpelstiltskin
Can u suggest me any program for practice
Please go through geeksforgeeks practice programs for c
I_Interface
Guys, if i don't have Hyper-V Virual Machine in services and virtualization option in BIOS, then my CPU doesn't support virtualization ?
Samiran
Can someone please tell me that whether the order of constructor call depend on parameters or default constructor (either created or not )gets executed first regardless of anything
Samiran
By created I mean explicitly
Samiran
Consider a single class wherein I do provide a default constructor and a parameterised constructor and only call the parameters one
Samiran
Consider a single class wherein I do provide a default constructor and a parameterised constructor and only call the parameters one
I think this should also suffice the case wherein I don’t declare a default one explicitly
Samiran
What do you mean by "call the parameters"?
Calling the parameterised constructor like Classname a(2,3);
Anonymous
The default constructor is called only if you didn't provide the parameters Like Class object;
Anonymous
Sergey yes, but VirtualBox and vmwqre can still eumalte 32bit images
I_Interface
Is Sandboxie free to use ?
Anonymous
VirtualBox is free
Anonymous
Don't know about others
I_Interface
VirtualBox is free
i know about VB, but i'm interested in sandbox, not virtual machine :)
Anonymous
Oh ok, carry on then, sorry to interrupt 🤣
Anonymous
I have zero knowledge on that
Samiran
And Francisco
Anonymous
@I_Interface I have Sandboxie, but I don't know whether I pirated it or not
Anonymous
I think not
Anonymous
Not that I use it a lot tbh
Mat
If not, it's pirated
Shubham
Is there a common logic behind solving these pattern problems?
I_Interface
Is there a common logic behind solving these pattern problems?
delete this, we don't solving a homework, only help with problems in code
Shubham
delete this, we don't solving a homework, only help with problems in code
There are many pattern problmes like this and I couldn't understand the logic for them. So i want to know how to approach for logic in this type of problems
I_Interface
it's easy lvl, man
Shubham
it's easy lvl, man
I know I can solve Linked List problems but not this😅 I never tried this and if i try i just couldn't get the logic to work
I_Interface
I know I can solve Linked List problems but not this😅 I never tried this and if i try i just couldn't get the logic to work
u know about linked list and can work with it, but u can't to solve this... it's strange a bit
Shubham
I know its strange Coz i never tried this kind od probs
Mat
look
Try to understand what your program does and how to get a better output
Shubham
Alright!!
Anonymous
see pattern properly every row ith row has i #'s after i-1 space so make two loops first to print spaces and second to print #'s
Anonymous
the only way to solve problems like these is to observe the patterns properly like what to print and how many times then try to generalize a formula for them don't just start writing code use paper to think logic
Tom
Dima
the error is that you won’t read the rules
Shubham
see pattern properly every row ith row has i #'s after i-1 space so make two loops first to print spaces and second to print #'s
that is what i thought For every line number there is exactly those many no of # And the spacing is total lines - current ilne number
Dima
/warn assignment request
Anonymous
I am trying
you should search on Google first for questions like these they are available on net
Mat
#howtoask
Tom
The if part is executing perfect.. Bt there are few errors in the else part.. I couldn't find those.. Pls help
Mat
Your code is unreadable
Mat
No proper indentation, no proper comments, no proper variable names...
I_Interface
Your code is unreadable
coding via smartphone 😂😂😂
Mat
coding via smartphone 😂😂😂
I coded with a smartphone little pieces of code. And that's not the problem here