Windows 7 64bit with Intel Xeon E5410.
As in step 2 above, though I compiled with "Desktop Qt 5.0.2 MinGw 32bit."
Windows 7 64bit with Intel Xeon E5410.
As in step 2 above, though I compiled with "Desktop Qt 5.0.2 MinGw 32bit."
If I change the code slightly, this appears to work. I'm not sure why, but there must be some kind of glitch with flushing cout on std::endl in Qt Application Panel.
Qt Code:
#include <iostream> using namespace std; int main() { int i; for (i=1; i<52; i++) { cout << i << "\n"; } cout << endl; return 0; }To copy to clipboard, switch view to plain text mode
Bookmarks