News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

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