News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Code::Blocks weird c++ problem with cout (or any command except from return)

Started by FirstTimerGaming, July 30, 2018, 09:36:41 PM

Previous topic - Next topic

FirstTimerGaming

i can't explain in words.
https://snag.gy/tD3q9X.jpg    :(
Some self-typed code:
#include<iostream>
int main()
{
std::cout << "Hello World!" << endl << "Another line";
std::cout << "Golden hamburger " << "Golden" << endl << "Hamburger" << endl;
return 0;
}

51423benam