Download Turbo C

Please support our C advertiser: Programming Forums - DaniWeb Sister Site
Closed Thread

Join Date: May 2006
Posts: 8
Reputation: xponse is an unknown quantity at this point 
Solved Threads: 1
xponse xponse is offline Offline
Newbie Poster

Download Turbo C

 
0
  #1
Sep 15th, 2006
I w'd like tom Download Turbo C (window version). Can any one sugget any site,

thank in advance
Last edited by cscgal; Sep 15th, 2006 at 12:50 pm.
Quick reply to this message  
Join Date: Jun 2005
Posts: 275
Reputation: andor has a spectacular aura about andor has a spectacular aura about andor has a spectacular aura about 
Solved Threads: 29
andor's Avatar
andor andor is offline Offline
Posting Whiz in Training

Re: Download Turbo C

 
2
  #2
Sep 15th, 2006
Tried here?
If you want to win, you must not loose (Alan Ford)
Quick reply to this message  
Join Date: May 2006
Posts: 8
Reputation: xponse is an unknown quantity at this point 
Solved Threads: 1
xponse xponse is offline Offline
Newbie Poster

Re: Download Turbo C

 
0
  #3
Sep 15th, 2006
Previously I downloaded that ,, but it running on MS-Dos only, and also mose is not working when I tried to run on commandprompt

Any way thatk for your quick reply
Quick reply to this message  
Join Date: Jun 2005
Posts: 275
Reputation: andor has a spectacular aura about andor has a spectacular aura about andor has a spectacular aura about 
Solved Threads: 29
andor's Avatar
andor andor is offline Offline
Posting Whiz in Training

Re: Download Turbo C

 
0
  #4
Sep 15th, 2006
Well try to look harder. Try to find previous post about this topic. here like this
If you want to win, you must not loose (Alan Ford)
Quick reply to this message  
Join Date: May 2006
Posts: 3,124
Reputation: WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of 
Solved Threads: 283
Moderator
WaltP's Avatar
WaltP WaltP is offline Offline
Posting Sensei

Re: Download Turbo C

 
1
  #5
Sep 15th, 2006
The 3 Laws of the Procrastination Society:
1) Never do today that which can be put off until tomorrow
2) Tomorrow never comes
Quick reply to this message  
Join Date: Jun 2006
Posts: 7,649
Reputation: ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of 
Solved Threads: 474
Super Moderator
Featured Poster
~s.o.s~'s Avatar
~s.o.s~ ~s.o.s~ is offline Offline
Failure as a human

Re: Download Turbo C

 
1
  #6
Sep 15th, 2006
Why not try something else which also supports "mouse" as you wanted:
Here is list of some free compilers and IDE which you may find really good and programmer friendly:

http://www.daniweb.com/techtalkforums/thread50370.html

Hope it helped, bye.
I don't accept change; I don't deserve to live.

Jo Tujhe Jagaaye, Nindein Teri Udaaye Khwaab Hai Sachcha Wahi.
Nindon Mein Jo Aaye Jise To Bhul Jaaye Khawab Woh Sachcha Nahi.
Khwaab Ko Raag De, Nind Ko Aag De
Quick reply to this message  
Join Date: Sep 2007
Posts: 1
Reputation: sudhi_lv is an unknown quantity at this point 
Solved Threads: 0
sudhi_lv sudhi_lv is offline Offline
Newbie Poster

Re: Download Turbo C

 
0
  #7
Sep 12th, 2007
webcourse.cs.technion.ac.il/234112/Winter2004-2005/en/ho_Download%20Turbo-C.html -
Quick reply to this message  
Join Date: Aug 2005
Posts: 15,646
Reputation: Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute 
Solved Threads: 1498
Team Colleague
Featured Poster
Ancient Dragon's Avatar
Ancient Dragon Ancient Dragon is online now Online
Still Learning

Re: Download Turbo C

 
0
  #8
Sep 12th, 2007
Originally Posted by sudhi_lv View Post
webcourse.cs.technion.ac.il/234112/Winter2004-2005/en/ho_Download%20Turbo-C.html -
Your link is just a tad late isn't it (by a year or so) ?
Don't PM me with questions -- you might get a nasty PM in response. If you have a question then post it in one of the forums.
Quick reply to this message  
Join Date: Oct 2006
Posts: 1,311
Reputation: vishesh is on a distinguished road 
Solved Threads: 36
vishesh's Avatar
vishesh vishesh is offline Offline
Nearly a Posting Virtuoso

Re: Download Turbo C

 
0
  #9
Sep 12th, 2007
Well there is Turbo C++ Explorer 2006, which is new and latest one.

But if you want older one(they do not support ANSI C++) then look for Turbo C++ 4.5. But no hopes to fine it easily. Also you could get Borland C++ 3.1(there is a window version in addition to DOS one) or 4x which is almost similer to Turbo C.

So all you could do is search with google, but with little hopes.
Last edited by vishesh; Sep 12th, 2007 at 6:48 am.
Quick reply to this message  
Join Date: Aug 2007
Posts: 111
Reputation: ChaseVoid is an unknown quantity at this point 
Solved Threads: 12
ChaseVoid's Avatar
ChaseVoid ChaseVoid is offline Offline
Junior Poster

Re: Download Turbo C

 
0
  #10
Sep 12th, 2007
Originally Posted by xponse View Post
I w'd like tom Download Turbo C (window version). Can any one sugget any site,

thank in advance
Well I'm also learning C. I tried the Turbo thingy, but it doesn't work that well. At our institute thy use GPP compiler, but it's real troublesome. I would suggest Visual Studio C++ Express edition. Just select Win32 Console Application and keep the wizard settings as it is. Manually rename your file to *.c and then go into it's properties. Configuration Properties > C/C++ > Precompiled Headers Then change the settings to Create Precompiled Header (/Yc) And save it. In the program just include
  1. #include "stdafx.h"
I know it may sound too much. but It works for me. Even if you don't do all this it'll still work. I mean you'll get the result. But the only problem I saw without doing all the above mentioned steps in that you get a lot of warning messages. There are also troubles using scanf fuction. so that's why.. ^^ best of luck
Quick reply to this message  
Closed Thread

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C Forum


Views: 70343 | Replies: 33
Thread Tools Search this Thread



Tag cloud for C
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC