Warming - Source file not compiled

Asked

Viewed 319 times

0

Every time I create a code of this error, being able to compile normally, but when I try to execute this occurs, how should I proceed?

inserir a descrição da imagem aqui

  • 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

1 answer

1

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.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.