| Forum |
|
|||||||
| Programming The destination for developers - C, C++, Java, Python and the lot |
![]() |
|
|
LinkBack (5) | Thread Tools | Display Modes |
|
|
#1 (permalink)
|
|
C# Be Sharp !
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
|
Here's an alternative to TC that will compile the old format code just fine under windows XP and into a 32 bit executable . Here's how u can use Borland's FREE C++ Compiler along with the Relo IDE[i use it myself for school program testing ] : 1. Get Borland's Free C++ Compiler Here http://dn.codegear.com/article/20633 2. Download the Free Relo IDE Here http://www.fifsoft.com/relo/ 3. Now Install Borland's Compiler First n then Relo IDE , it will ask u for Compiler Path during setup , just provide the path where u installed Borland's Compiler n that's it, u have yor Development Enivronment Set-up and ready to Go . ![]() Relo has a much better Code Editor than TC , and supports a mouse too
__________________
There are 10 types of people in the world: those who understand binary and those who do not. |
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
>:)I-):(|)8-X
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,512
|
Thanks for the info Zeeshan
__________________
i5 2400 | DH67BL | G.Skill Ripjaw 4 GB | FSP SAGA II 500W | CM 430 Black Elite | MSI R6850 Cyclone PE/OC | XBox 360 Controller | 21.5" Samsung Sync Master 2233 | 4 Mbps UL Last edited by Charan; 15-08-2007 at 01:59 PM. |
|
|
|
|
#3 (permalink) |
|
Wise Old Owl
Join Date: Sep 2005
Posts: 1,486
|
thanks a lot .
__________________
C2D e7500 @ stock, gigabyte G41 , 2gb ddr2 800Mhz , Seagate 500GB 7200.12 , xfx radeon 4770 , lg dvd-rw , cooler master extreme power plus 500W , altec lansing vs4121 , dell sp2208wfp 22" |
|
|
|
|
#9 (permalink) |
|
The Frozen Nova
Join Date: Sep 2004
Location: Trespasser in Virtual Land
Posts: 1,641
|
Nice info. Thx
__________________
I dream of a better tomorrow... where chickens can cross roads and not have their motives questioned. www.nerdweed.blogspot.com |
|
|
|
|
#10 (permalink) | |
|
Wahahaha~!
Join Date: Dec 2006
Location: Pune/there
Posts: 7,109
|
Quote:
but turbo c is not according to ANSI C standard, so lots of header files are obsolete now. |
|
|
|
|
|
#13 (permalink) | |
|
C# Be Sharp !
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
|
Quote:
__________________
There are 10 types of people in the world: those who understand binary and those who do not. |
|
|
|
|
|
#14 (permalink) |
|
In The Zone
Join Date: Jun 2006
Location: Kolkata
Posts: 346
|
Isn't the Linux distros like include GCC, which can compile C++ codes? Can it compile old codes too?
I know its a mundane question, but I'm planning to get my hand dirty with programing.
__________________
For Pictorials, Tutorials and software reviews visit: www.sroyc.blogspot.com |
|
|
|
|
#15 (permalink) |
|
Wise Old Owl
Join Date: May 2007
Location: bangalore
Posts: 1,855
|
cool trying it out.....what incase if this turns out much cool !!
btw in dev C++ in compiler options there are options to support traditional aspects and ANSI standards completely !
__________________
Sony Ericsson Flashing, Modding, Patching, Hacking And More ! http://www.akshayy.com/sonyericsson/ |
|
|
|
|
#17 (permalink) |
|
Wise Old Owl
Join Date: May 2007
Location: bangalore
Posts: 1,855
|
jus checked it out i find the dev C++ interface good !!
got to download borland compiler !
__________________
Sony Ericsson Flashing, Modding, Patching, Hacking And More ! http://www.akshayy.com/sonyericsson/ |
|
|
|
|
#18 (permalink) | |
|
C# Be Sharp !
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
|
Quote:
it's much better than DevC++(Which is now an abandoned project n no more updates r being made)
__________________
There are 10 types of people in the world: those who understand binary and those who do not. |
|
|
|
|
|
#19 (permalink) |
|
You'r Born Free
Join Date: Aug 2006
Location: Ranchi
Posts: 425
|
Need some help.
I did what was told. but how to do a C program, the same way we do in Turbo C. It gives some error while compiling.
__________________
# Money, Beauty and Configration has no ends. # Life is like game sometimes. Play it or loose it. But keep the spirit of game. http://en.wikipedia.org/wiki/Right_to_Information_Act Last edited by int86; 20-08-2007 at 10:02 PM. Reason: Typo |
|
|
|
|
#21 (permalink) | |
|
C# Be Sharp !
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
|
Quote:
__________________
There are 10 types of people in the world: those who understand binary and those who do not. |
|
|
|
|
|
#23 (permalink) | |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
Quote:
.Yes Linux is best for programming not only c,c++ -java,.net(mono) and perl,python and a lotta options.even VS.net ppl are woed a lot by qt libs of trolltech.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
|
|
|
#24 (permalink) | |
|
C# Be Sharp !
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
|
Quote:
it's specially for those who want to compile old code with borland specific libraries that are taught in school .
__________________
There are 10 types of people in the world: those who understand binary and those who do not. |
|
|
|
|
|
#25 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
^ I think the answer includes that too(old gcc versions)
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
|
|
#27 (permalink) | |
|
In The Zone
Join Date: Jun 2006
Location: Kolkata
Posts: 346
|
Quote:
Basically I am not in IT, and I plan to learn programing just as a hobby, long back I learnt a little bit of C, but never really to got the time to shrpen my skills.
__________________
For Pictorials, Tutorials and software reviews visit: www.sroyc.blogspot.com |
|
|
|
|
|
#28 (permalink) | |
|
C# Be Sharp !
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
|
Quote:
Also , i suggest that if you're gonna start out with programming Learn a Language like C# or Java instead of C/C++ .
__________________
There are 10 types of people in the world: those who understand binary and those who do not. |
|
|
|
|
|
#29 (permalink) | ||
|
In The Zone
Join Date: Jun 2006
Location: Kolkata
Posts: 346
|
Quote:
Quote:
__________________
For Pictorials, Tutorials and software reviews visit: www.sroyc.blogspot.com |
||
|
|
|
|
#30 (permalink) | |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
Quote:
Anjuta is a versatile IDE for C and C++, written for GTK/GNOME. Features include project management, application wizards, an onboard interactive debugger, and a powerful source editor with browsing and syntax highlighting. http://anjuta.sourceforge.net/
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.thinkdigit.com/forum/programming/65520-ditch-turbo-c-use-relo.html
|
||||
| Posted By | For | Type | Date | |
| Turbo C++ | This thread | Refback | 10-08-2011 07:47 PM | |
| Turbo C++ IDE – A look at the Alternatives | The _khAttAm_ blog | This thread | Refback | 13-11-2010 04:28 PM | |
| Turbo C++ | This thread | Refback | 28-07-2010 09:12 PM | |
| how to download a forum? - HTTrack Website Copier Forum | This thread | Refback | 22-06-2010 02:52 PM | |
| ayuda con turbo c++ - Foro Vagos | This thread | Refback | 17-06-2010 10:01 PM | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Will you ditch your current fone for N95? | gdatuk | Mobiles and Tablets | 52 | 22-04-2007 11:12 AM |
| turbo c | santu_29 | Software Q&A | 3 | 06-03-2006 10:43 AM |
| 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 |
| Apple to ditch IBM, switch to Intel chips | Sourabh | CPU / Motherboards | 13 | 24-06-2005 06:38 PM |