How to fix the size / shape of the output console windows in a c-program?

I am making one C program in which I want a function or some method to fix the window size of the output console. Is there any C function or method for this task?

Typically, the shape of the output console is a rectangle, but to display the correct output of my program, I want to fix the square shape, so I want to resize the output console using programming.

I am using the GNU GCC compiler, and Os is Microsoft Windows 8.1.

+4
source share
2 answers

, C .

+2

All Articles