I am currently using VS2010 (with Qt addin). I have run the Hello World Qt example and it works. I get a window where "Hello world" is written. But I can't see the command.exe window. When I use:
std::cout << "Windows command test!" << std::endl;
Nothing happens, why is it so?