Forum     

Go Back   Digit Technology Discussion Forum > Software > Programming
Register FAQ Calendar Mark Forums Read

Programming The destination for developers - C, C++, Java, Python and the lot


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 19-06-2008, 09:50 PM   #1 (permalink)
Right Off the Assembly Line
 
Join Date: Jun 2008
Posts: 2
Exclamation Turbo C in Vista


hi every1,
i ve got a problem in Vista where i can't execute any C file using Turbo C.I tried with DOS shell. But whenever i do that , it simply quits from the editor. Especially my graphics operations. Can any1 help ?is this d prob of compatibility wid Vista?if so, cud der b any other option to work?
thinkingon is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 19-06-2008, 10:31 PM   #2 (permalink)
Host4Cheap.org
 
Sukhdeep Singh's Avatar
 
Join Date: May 2005
Location: Digit Forum
Posts: 2,102
Default Re: Turbo C in Vista

Try DosBOX
__________________
★ Want to start your Website, No worries - here is how ★
http://www.thinkdigit.com/forum/showthread.php?t=66717

★ Host4Cheap - cPanel Webhosting & Reseller Plans ★
http://www.host4cheap.org/
Sukhdeep Singh is offline  
Old 20-06-2008, 08:18 PM   #3 (permalink)
Obsessed with Technology
 
Join Date: Dec 2007
Location: Harihar
Posts: 346
Default Re: Turbo C in Vista

Can someone tell me from where to download turbo c
__________________
AMD Athlon 64 X2 Dual Core Processor 4200+ 2.19 GHz, 2.5 GB Ram, 120 GB Hard Disk, XFX 8600GT

Visit my blog devrathnd.blogspot.com
Devrath_ND is offline  
Old 20-06-2008, 08:48 PM   #4 (permalink)
C# Be Sharp !
 
Zeeshan Quireshi's Avatar
 
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
Default Re: Turbo C in Vista

Ditch Turbo C++ use Relo !
__________________
There are 10 types of people in the world: those who understand binary and those who do not.
Zeeshan Quireshi is offline  
Old 20-06-2008, 08:49 PM   #5 (permalink)
God of Mistakes...
 
Garbage's Avatar
 
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
Default Re: Turbo C in Vista

TurboC is not a freeware... You have to purchase license for that.

Try DevC++ or gcc compiler.

And if u have TC ( ), then try DosBox to run it fullscreen.
__________________
Registered Linux User #468778
----------------------------------
http://twitter.com/_Garbage_
Garbage is offline  
Old 20-06-2008, 08:53 PM   #6 (permalink)
Legen-wait for it-dary!
 
dheeraj_kumar's Avatar
 
Join Date: Dec 2004
Location: Chennai
Posts: 2,471
Default Re: Turbo C in Vista

http://dn.codegear.com/article/20841

http://dn.codegear.com/article/0,1410,21751,00.html
__________________
If the Start Windows Restart when Windows starts check box is checked Windows Restart will start automatically every time Windows is started. - Actual excerpt from a windows program help file
dheeraj_kumar is offline  
Old 20-06-2008, 09:59 PM   #7 (permalink)
Obsessed with Technology
 
Join Date: Dec 2007
Location: Harihar
Posts: 346
Default Re: Turbo C in Vista

I am unable to configure relo to use borland compiler. Please help me

can i use visual c++ for writing c programs which i was writing in turbo c
__________________
AMD Athlon 64 X2 Dual Core Processor 4200+ 2.19 GHz, 2.5 GB Ram, 120 GB Hard Disk, XFX 8600GT

Visit my blog devrathnd.blogspot.com
Devrath_ND is offline  
Old 20-06-2008, 10:05 PM   #8 (permalink)
God of Mistakes...
 
Garbage's Avatar
 
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,923
Default Re: Turbo C in Vista

Quote:
Originally Posted by Devrath_ND View Post
I am unable to configure relo to use borland compiler. Please help me

can i use visual c++ for writing c programs which i was writing in turbo c
yes, you can... until you uses compiler specific libraries...
__________________
Registered Linux User #468778
----------------------------------
http://twitter.com/_Garbage_
Garbage is offline  
Old 21-06-2008, 02:33 PM   #9 (permalink)
Obsessed with Technology
 
Join Date: Dec 2007
Location: Harihar
Posts: 346
Default Re: Turbo C in Vista

Quote:
Originally Posted by Garbage View Post
yes, you can... until you uses compiler specific libraries...
please in detail as i am new to c
__________________
AMD Athlon 64 X2 Dual Core Processor 4200+ 2.19 GHz, 2.5 GB Ram, 120 GB Hard Disk, XFX 8600GT

Visit my blog devrathnd.blogspot.com
Devrath_ND is offline  
Old 21-06-2008, 06:09 PM   #10 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Turbo C in Vista

Quote:
Originally Posted by Devrath_ND View Post
please in detail as i am new to c
Libraries like conio and graphics that you use in Turbo C are compiler specific i.e. they exist only in TC, it's not available in standard C. So, as long as you stick to standard coding practices you won't have any problem using decent compilers, PoS like TC would be a problem though cos it doesn't follow standards.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 21-06-2008, 08:32 PM   #11 (permalink)
Legen-wait for it-dary!
 
dheeraj_kumar's Avatar
 
Join Date: Dec 2004
Location: Chennai
Posts: 2,471
Default Re: Turbo C in Vista

You can use _getch() in VC++ as a substitute. No replacement for graphics, though, when it comes to console apps.
__________________
If the Start Windows Restart when Windows starts check box is checked Windows Restart will start automatically every time Windows is started. - Actual excerpt from a windows program help file
dheeraj_kumar is offline  
Old 21-06-2008, 10:30 PM   #12 (permalink)
Right Off the Assembly Line
 
Join Date: Mar 2008
Posts: 6
Default Re: Turbo C in Vista

in windows vista ,the trubo c will wont display in full screen,it;s better to switch back to windows xp.I tired all possible ways to get the full screen display,but i was unable to get it.
sakthikns is offline  
Old 21-06-2008, 10:37 PM   #13 (permalink)
Host4Cheap.org
 
Sukhdeep Singh's Avatar
 
Join Date: May 2005
Location: Digit Forum
Posts: 2,102
Default Re: Turbo C in Vista

Quote:
Originally Posted by sakthikns View Post
in windows vista ,the trubo c will wont display in full screen,it;s better to switch back to windows xp.I tired all possible ways to get the full screen display,but i was unable to get it.
It works with the help of DOSBOX
__________________
★ Want to start your Website, No worries - here is how ★
http://www.thinkdigit.com/forum/showthread.php?t=66717

★ Host4Cheap - cPanel Webhosting & Reseller Plans ★
http://www.host4cheap.org/
Sukhdeep Singh is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
problem with turbo C++ in vista hrushij Programming 6 25-03-2009 11:24 AM
turbo c++ 4.5 or 3.1? chillnow Software Q&A 12 18-05-2008 05:47 PM
turbo c++ to dev c++ shivi4 Programming 4 31-01-2006 10:27 PM
turbo c++ jatinkompelli Programming 7 20-01-2006 04:13 PM

 
Latest Threads
- by Sujeet
- by clmlbx
- by Sujeet
- by icebags

Advertisement




All times are GMT +5.5. The time now is 11:04 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2