User profile: Askwer

User info
User name:Askwer
History
Joined:
Number of posts:4
Latest posts:

Yes or No question in VS 2010 C++?
Assuming that your variable is named "yesorno" the syntax would be like this: if(yesorno=1) //ask t...

Code stops working when run :(
But I can compile it with Dev C++ :/ and what's a pointer? (: I'm new to this (:

Code stops working when run :(
Sorry for that, I defined s as scanf and p as printf. I forgot to put it there

Code stops working when run :(
This is my code (a division calculator): [code] #include <stdio.h> #include <stdlib.h> #define p pri...