0
After compilation the cod in Microsoft Visual Studio I get the message <process 5620> exited with code 0.
The code can be anything, it produces the same message. The code i write : #include <iostream> #include <cmath> using namespace std; int main () { int a, b; a = 5; b = 6; pow((a+b),2); return 0; } and i write this code #include <iostream> using namespace std; int main () { int a, b, c; a = 5; b = 6; c = a + b; return 0; } The same message is given every time. Yes, I tried to reinstall, it did not help
4 Respuestas
0
Yes, but the problem is that there was no such thing before, and also, I don't get any solution for this code, only an empty space, and then this message
0
Ok, thanks