Hi.
I use Microsoft Windows 7, 64 bit. My compiler is Dev.
When I write a program, that only prints results in text mode, and compile it and run it, I cannot increase the size of the window, so that if will be "full screen". Not even Alt+enter works.
How can I achieve that?
Thank you.
13 replies to this topic
#1
Posted 20 July 2011 - 01:53 PM
I am a student of C language.
|
|
|
#2
Posted 20 July 2011 - 03:10 PM
If you're talking about the command prompt, that's not part of your program, that's part of Windows.
#3
Posted 20 July 2011 - 10:33 PM
#4
Posted 20 July 2011 - 11:29 PM
Yes, that it is. I want to fullscreen the command prompt. Is that possible in Win 7?
I am a student of C language.
#5
Posted 21 July 2011 - 04:30 AM
My quick experience, you can increase the height, but not the width. This is probably to avoid breaking old command prompt "apps" that relied on a fixed width to work properly.
#6
Posted 21 July 2011 - 12:10 PM
sudo rm -rf /
#7
Posted 21 July 2011 - 12:26 PM
I was also searching for that. You can only get a Window that is maximilized. You can not really do full screen option this way.
Maybe DosBox could be a solution, I will see.
Maybe DosBox could be a solution, I will see.
I am a student of C language.
#8
Posted 21 July 2011 - 12:29 PM
#9
Posted 21 July 2011 - 03:50 PM
If flexibility is not a major requirement, you could utilize a third party library of which can run full screen and provide console like printing (i.e. allegro and its text functions.)
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#10
Posted 23 July 2011 - 09:03 PM
Usually Alt+Enter works in Windows, you could of course try simulating that key combination with WindowsAPI.
A conclusion is where you got tired of thinking.
#define class struct // All is public.
#11
Posted 09 August 2011 - 04:58 PM
how can i make my c compiler broad land full screen in win 7 (Alt+Enter) also don work here:confused:
LOve To BE A PRoGramER:rules:
#12
Posted 09 August 2011 - 07:01 PM
If using Win32 API, it's probably possible to make a full-screen "command prompt" window and do all the work (printing text to the screen, etc.) manually.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









