How do I make the console full screen?
i dont think you can. you could make a window that emulates a console and make that full screen
edit: you might actually be able to:
http://www.cplusplus.com/forum/beginner/1481/#msg5175
i know you use windows.h so this might work
Last edited on
The console is the Command Prompt right? I should be able to make it go full screen, because you can click the fullscreen button on it.
Since Vista you cannot make the console fullscreen. You'll need to run in an emulator (such as DOSBox).
Oh, okay. I guess I was wrong(As always).