No stdout.txt with SDL
问题 I'm working on a little game using C++ with SDL2 using Code::Blocks 12.11 under Windows 7. I'm using the mingw32-gcc compiler and downloaded the standard precompiled Windows distribution of SDL2 (2.0.1 now) and use the i686-w64-mingw32 version. So far stuff is working, I'm getting graphical output and the SDL_ttf extension works too. The only thing that has never worked from the beginning is getting my stdout in a txt file from SDL as intended: Regardless of what I do, I NEVER get stdout.txt