|
|||||||
![]() |
|
|
LinkBack (1) | Thread Tools |
|
|
#1
|
|
DriverHeaven Newbie
Join Date: Jul 2005
Posts: 1
Rep Power: 0 ![]() |
borland/turbo c
what's the difference between borland C and Turbo C?
|
|
|
|
|
|
#2 |
|
DriverHeaven Senior Member
Join Date: Dec 2004
Location: Inside DriverHeaven
Posts: 856
Rep Power: 32 ![]() |
"Borland Turbo C++" is the flavor of C++ that Borland provides. There are many flavors of C++ out there, e.g. Microsoft's C++, mingw32 etc... The language is the same, the only thing that differs is the compiler/linker and hence the libraries used in each one. There is no "Borland C" and "Turbo C". Borland is the company, Turbo C++ is the C++ flavor they offer (now named C++ Builder, which is the IDE to that language plus Borland's other tools)
You can find all the available C++ Builder downloads at Borland here: http://www.borland.com/downloads/download_cbuilder.html
__________________
|
|
|
|
|
|
#3 |
|
DriverHeaven Newbie
Join Date: Dec 2005
Posts: 2
Rep Power: 0 ![]() |
I have installed the Turbo C in "C:\TC" . If my working directory is "C:\temp" , I am not able to invoke the TC editor in MS-DOC prompt. It says unrecognized command. The directories path are set to "C:\TC". Can you help me working from any of the directory of my choice than C:\TC.
Thanks Amit |
|
|
|
|
|
#4 |
|
DriverHeaven Senior Member
Join Date: Oct 2003
Location: around
Posts: 792
Rep Power: 0 ![]() |
Just add the dir containing tc.exe to your path. Or include the full path in the command line.
|
|
|
|
|
|
#5 |
|
DriverHeaven Newbie
Join Date: Dec 2005
Posts: 2
Rep Power: 0 ![]() |
Thanks for the reply. About adding the path on the command line: is there any way I can add the path of tc.exe in a file like Autoexec.bat or Init so that Whichever directory I am working in, TC command would be interpreted by the compler.
Thanks for your patience. |
|
|
|
|
|
#6 |
|
DriverHeaven Newbie
Join Date: Feb 2005
Posts: 14
Rep Power: 0 ![]() |
you can do 'set PATH=C:\TC;%PATH%' before you compile.. or you can add it to the 'PATH' environment variable in system properties.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.driverheaven.net/programming-coding-web-design/78341-borland-turbo-c.html
|
||||
| Posted By | For | Type | Date | |
| Wats the difference between Borlandc & Turboc? - Yahoo! Answers India | This thread | Refback | May 4, 2009 09:50 AM | |