I'm using Visual Studio C++ and I want to control the size of the window when my code (console app) runs. I can do that on my home computer, but when I send my .exe file to someone else to run, it starts out very small. Is there something I can put in my code to keep the size of the window consistant (as big as possible).
As far as why: I make "educational" games for elementary students. Little kids (3-5th graders) don't know how to manipulate the windows size and when the game pops up in a small window, they flip out a little.