i have dell 1764 laptop and my screen resolution is 1600x900. in my laptop turbo c doesn't run in fuul screen. how can i do this in my laptop. ? i use the windows seven.

give the solution.

or can i use microsft visual studio 2008 for c language program ??? if yes then how to use ?? otherwise any other applicatoin or program to make and run c program tin full screen. any full screen gui applications are available ?????

link|improve this question
Do you mean Turbo C for DOS? What version of Windows are you running? Did you try hitting Alt-Enter? – James O'Doherty Sep 16 '11 at 18:05
ya when hitting alt+enter its hang doesn't press any key or mouse but when i hitting alt+enter then its minimized and work properly. but its doesn't work in full screen mode why??? – Patel Nik Sep 16 '11 at 18:17
Have you considered installing and using Visual C++ 2010 Express? – James O'Doherty Sep 16 '11 at 18:19
no sir i used only vs 2008 for vb and c# don't use for vc++ – Patel Nik Sep 16 '11 at 18:23
I think this will definitely solve your problem neutronvegeto.in/turbo-c.html – Praveen Gowda I V Feb 3 at 14:26
feedback

closed as off topic by Joe, JB King, templatetypedef, Johan, Jon Sep 16 '11 at 23:44

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

1 Answer

Since Turbo C is a DOS program, it doesn't know about the resolution of your screen. The best it can do is (I believe) 80x50 characters.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.