C++ - Making the console fullscreen?
问题 All right, I'm sad now. Microsoft has removed the fullscreen console feature from Win7, which is what I'm running. Now I'm looking into things like OpenGL or SDL to see if I can emulate the console, and make it fullscreen (and I mean FULLSCREEN no window or border or anything). Is it possible to emulate the console fullscreen (like DOS) in OpenGL or something similar? 回答1: try the system command it's a bit esier (system ("mode 650"); } example: #include <iostream> using namespace std; int