Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!
That didn't work. The output window appears, but nothing is printed.
Hm, if you're on windows you should read here: http://msdn.microsoft.com/en-us/library/ms682073%28VS.85%29.aspxYou need AttachConsole + a way to redirect stdout/stdin to the console... let google be your friend...
std::cout << "Test Message" << std::flush;
Note: Flush was necessary to see outputCodestd::cout << "Test Message" << std::flush;