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++
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.