After compilation the cod in Microsoft Visual Studio I get the message <process 5620> exited with code 0. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

18th Nov 2021, 7:29 PM
RD-PLAY
RD-PLAY - avatar
2 Answers
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
18th Nov 2021, 8:02 PM
RD-PLAY
RD-PLAY - avatar
0
Ok, thanks
18th Nov 2021, 8:24 PM
RD-PLAY
RD-PLAY - avatar