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?
相关问题
- Sorting 3 numbers without branching [closed]
- How to compile C++ code in GDB?
- Why does const allow implicit conversion of refere
- thread_local variables initialization
- What uses more memory in c++? An 2 ints or 2 funct
相关文章
- Class layout in C++: Why are members sometimes ord
- How to mock methods return object with deleted cop
- Which is the best way to multiply a large and spar
- C++ default constructor does not initialize pointe
- Selecting only the first few characters in a strin
- What exactly do pointers store? (C++)
- Converting glm::lookat matrix to quaternion and ba
- What is the correct way to declare and use a FILE
I see the tag of mingw, so probably you don't like me to propose Cygwin. With cygwin you can do Alt+shift+Enter to get full screen. And with cygwin you can also run DOS script. Since I only used it at XP before, I am not very sure about that it works in 7.
Check this link: http://forums.mydigitallife.info/archive/index.php/t-21673.html, mainly focus on blinkomatic's comment. He said it can be done by Cygwin.
Go to device manager and disable the display adapters, the resolution gets changed. Now You can use the c++ in full screen mode. You can restore it back by enable the display adapters.
try the system command it's a bit esier (system ("mode 650"); } example:
Beyond Windows XP you cant a console fullscreen, Microsoft removed the functionality (WDDM display drivers)
You can use http://www.dosbox.com/ to fullscreen DOS applications