Tech Support Forum banner

C Program running through command prompt full screen mode

7449 Views 3 Replies 2 Participants Last post by  C0B01
I'm writing myself a nice little C program, it opens up as a command prompt window, with text based IO. How do I make it open full screen as soon as you open it? :4-dontkno


C
Status
Not open for further replies.
1 - 4 of 4 Posts
G
Do this...........

right-click on the exe file click on propertise
click on program
u'll c a drop down menu besides Run,
in there choose maximized
click apply ..then ok
he's talking about a way o make it full screen from the command prompt, via text... check out the curses.h header if in linux, or the conio.h header if in windows...
LoneWolf071 said:
he's talking about a way o make it full screen from the command prompt, via text... check out the curses.h header if in linux, or the conio.h header if in windows...
Thats exactly what I'm on about.. thanks! :wink:
1 - 4 of 4 Posts
Status
Not open for further replies.
Top