Welcome to Dream.In.Code
Getting C++ Help is Easy!

Join 132,688 C++ Programmers for FREE! Get instant access to thousands of C++ experts, tutorials, code snippets, and more! There are 1,291 people online right now. Registration is fast and FREE... Join Now!




running turbo c in windows vista?

2 Pages V  1 2 >  
Reply to this topicStart new topic

running turbo c in windows vista?, it won't go into full screen mode.

gkgranada
post 4 Sep, 2008 - 04:34 AM
Post #1


New D.I.C Head

*
Joined: 6 Jul, 2008
Posts: 9

i just bought a laptop that was already preinstalled with the vista os.

i kind of don't want to spend another couple thousand pesos to buy xp, unless i absolutely have to.

the problem is it won't go into full screen mode, so though i can still do the simple programs, i can't practice my graphics, or make any programs that include graphics (i'm a student).

is there any way i could make turbo c compatible to vista? what can i do?

i'd be absolutely grateful for any help i can get.
User is offlineProfile CardPM

Go to the top of the page

Amadeus
post 4 Sep, 2008 - 04:36 AM
Post #2


g++ -o drink whiskey.cpp

Group Icon
Joined: 12 Jul, 2002
Posts: 12,180



Thanked 33 times

Dream Kudos: 25
My Contributions


Check out the following:

http://justmyself.wordpress.com/2007/11/28...-windows-vista/

User is online!Profile CardPM

Go to the top of the page

born2c0de
post 4 Sep, 2008 - 05:09 AM
Post #3


printf("I'm a %XR",195936478);

Group Icon
Joined: 26 Nov, 2004
Posts: 3,905



Thanked 34 times

Dream Kudos: 2800

Expert In: 80x86 Assembly, C/C++, VB6, VB.NET, C#, J2SE, Win32 API, Reversing

My Contributions


You can't run DOS programs in fullscreen with Vista.
You can however run them in an Emulator such as DOSBox and then view it in fullscreen.

EDIT: Click Amadeus' link for instructions.
User is offlineProfile CardPM

Go to the top of the page

JackOfAllTrades
post 4 Sep, 2008 - 06:43 AM
Post #4


D.I.C Addict

Group Icon
Joined: 23 Aug, 2008
Posts: 509



Thanked 45 times

Dream Kudos: 25
My Contributions


Can you use a compiler from this century instead? What the hell is it with Turbo C?
User is online!Profile CardPM

Go to the top of the page

Amadeus
post 4 Sep, 2008 - 07:05 AM
Post #5


g++ -o drink whiskey.cpp

Group Icon
Joined: 12 Jul, 2002
Posts: 12,180



Thanked 33 times

Dream Kudos: 25
My Contributions


An excellent contribution to this thread...well done.
User is online!Profile CardPM

Go to the top of the page

MorphiusFaydal
post 4 Sep, 2008 - 07:43 AM
Post #6


D.I.C Lover

Group Icon
Joined: 12 May, 2005
Posts: 1,086



Thanked 8 times

Expert In: Hardware, Networking

My Contributions


QUOTE(JackOfAllTrades @ 4 Sep, 2008 - 09:43 AM) *

Can you use a compiler from this century instead? What the hell is it with Turbo C?

QUOTE(Amadeus @ 4 Sep, 2008 - 10:05 AM) *

An excellent contribution to this thread...well done.

I've asked this question myself. There are myriad compilers and IDEs that are much more up to date... I don't know what this insistence on using a compiler that's approaching it's second decade without an update is about...
User is offlineProfile CardPM

Go to the top of the page

sensui
post 4 Sep, 2008 - 08:06 AM
Post #7


D.I.C Head

Group Icon
Joined: 24 Aug, 2008
Posts: 132



Thanked 20 times

Dream Kudos: 50
My Contributions


Code::Blocks is an excellent IDE ( it comes bundled with the MinGW compiler ) you should give it a try ( http://www.codeblocks.org/ )
User is offlineProfile CardPM

Go to the top of the page

JackOfAllTrades
post 4 Sep, 2008 - 08:46 AM
Post #8


D.I.C Addict

Group Icon
Joined: 23 Aug, 2008
Posts: 509



Thanked 45 times

Dream Kudos: 25
My Contributions


I get the feeling there are bunch of old, tenured CompSci professors out there who can't be bothered to stay in touch with current events in the industry and avoid doing so particularly because that would mean they'd have to actually work and update their course materials.
User is online!Profile CardPM

Go to the top of the page

MorphiusFaydal
post 4 Sep, 2008 - 09:20 AM
Post #9


D.I.C Lover

Group Icon
Joined: 12 May, 2005
Posts: 1,086



Thanked 8 times

Expert In: Hardware, Networking

My Contributions


QUOTE(JackOfAllTrades @ 4 Sep, 2008 - 11:46 AM) *

I get the feeling there are bunch of old, tenured CompSci professors out there who can't be bothered to stay in touch with current events in the industry and avoid doing so particularly because that would mean they'd have to actually work and update their course materials.

Eh... Maybe.

This will probably sound horrible and maybe racist, but really, no offense is meant:

I've noticed that it's mainly students who have Indian login names or mark their country as India that are using Turbo C++. They obviously have the Internet, so what's stopping them from taking 10 seconds and downloading something new? Could it be laziness on the professors part? Possible. I would be really surprised though.
User is offlineProfile CardPM

Go to the top of the page

born2c0de
post 4 Sep, 2008 - 11:14 PM
Post #10


printf("I'm a %XR",195936478);

Group Icon
Joined: 26 Nov, 2004
Posts: 3,905



Thanked 34 times

Dream Kudos: 2800

Expert In: 80x86 Assembly, C/C++, VB6, VB.NET, C#, J2SE, Win32 API, Reversing

My Contributions


QUOTE
Could it be laziness on the professors part?

Yes, I had a C++ class last year and the professors asked everyone to get a copy of Turbo C++.
It's the same with every college here, and it sucks.
User is offlineProfile CardPM

Go to the top of the page

AmitTheInfinity
post 4 Sep, 2008 - 11:27 PM
Post #11


C Surfing ∞

Group Icon
Joined: 25 Jan, 2007
Posts: 1,015



Thanked 34 times

Dream Kudos: 125
My Contributions


Yes, even I faced that problem few years back when I was in school. When I asked my teacher about why Turbo C++ and not Dev C++ [which was the best choice then] he said that they want us to work with IDE which provide very less help in development [auto complete like features makes you dependent and blah blah blah]. blink.gif When we started it in Linux it was gcc and VI. and Guess what when we started with Java they asked us to use notepad with command line based compiler. mad.gif

But I used to follow them in school labs only. smile.gif
User is offlineProfile CardPM

Go to the top of the page

MorphiusFaydal
post 5 Sep, 2008 - 07:48 AM
Post #12


D.I.C Lover

Group Icon
Joined: 12 May, 2005
Posts: 1,086



Thanked 8 times

Expert In: Hardware, Networking

My Contributions


Wow.... In all my programming classes the teachers were like "I don't care what compiler/IDE you use, just so long as it compiles with *this* compiler."
User is offlineProfile CardPM

Go to the top of the page

2 Pages V  1 2 >
Reply to this topicStart new topic
Time is now: 11/23/08 07:26AM

Live C++ Help!

C++ Tutorials

Reference Sheets

C++ Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month