Is it possible to set a specific size for the codeblock console (In C language) to open when I run the program?
I need it to open in a certain size because I will not use the whole screen.
I saw that there is a way to do it in the windows.h
library but I wanted it for ubuntu and I'm not finding it.
Note: Codeblock is the editor I'm using to program C in ubuntu