resizing the screen

How would you resize the module outputting the code? In cmd/batch file it's mode con cols= "whatever #" lines= "whatever #" so i was wondering what it was in c++
you would have to look at the windows.h header and the windows sdk for your version of windows.
There is no standard C++ way to do this because as far as C++ is concerned, graphical interfaces do not exist. You need to use the API for your particular OS, which may be Windows, Unix/Linux, Mac, or something else, etc.
Topic archived. No new replies allowed.