+ 3
Please my main.cpp cannot build and run
12 odpowiedzi
+ 20
#include <iostream>
using namespace std;
int main ()
{
cout << "hello world" << endl;
return 0;
}
// Please make sure you use << (double <) instead of « symbol
+ 20
It would be great if you would just uninstall CodeBlocks and do a clean install on Dev C++ 5.11
https://sourceforge.net/projects/orwelldevcpp/
+ 19
Please post your code so we can fix it.
+ 19
What error is it throwing?
+ 7
http://www.cprogramming.com/code_blocks/
for windows
+ 6
codeblocks is not setup correctly
+ 5
what program are you using?
+ 2
"sololearn - debug": The complied's setup (GNU GCC complier) is invalid, so code::blocks cannot find /run the computer.
probably the toolchain path within the complier options is not setup correctly?! (do you have a complier installed)
+ 2
codeblocks
+ 1
#include ‹iostream>
using namespace std;
it main ()
{
cost «"hello world" «end;
return 0;
}
+ 1
still not working
+ 1
please teach me how to set it up correctly