User forums > Help
Code::Blocks weird c++ problem with cout (or any command except from return)
(1/1)
FirstTimerGaming:
i can't explain in words.
https://snag.gy/tD3q9X.jpg :(
Some self-typed code:
--- Code: ---#include<iostream>
int main()
{
std::cout << "Hello World!" << endl << "Another line";
std::cout << "Golden hamburger " << "Golden" << endl << "Hamburger" << endl;
return 0;
}
--- End code ---
51423benam:
Can you show your compiler settings?
BlueHazzard:
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_(general)#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F
Navigation
[0] Message Index
Go to full version