I am learning C and I would like to change the terminal properties in a given code of mine. I know that to change the dimensions I can easily use system("mode con:cols=80 lines=30");
, for example.
But if, when the code is executed, the user wants to change the size of the window he can just go to the edges and do that, my doubt: is there a way for me to make these dimensions static? without being able to increase or decrease the size of the window.