0
I have two tips for you:
- Do not put space in the folder and program name. Use
ProgramasFaculdade/QuantidadeAzulejos.cpp
- Place
return 0;
at the end of your code.
0
1
I have two tips for you:
ProgramasFaculdade/QuantidadeAzulejos.cpp
return 0;
at the end of your code.Browser other questions tagged c++ dev-c++
You are not signed in. Login or sign up in order to post.
Go in the folder where VC saved and see if you have the . EXE of your program.If you try to run it.You can try to make your programs in codeblocks and also have a cloud solution called Cloud9.io
– Nathan Martins