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 (5) Thread Tools Display Modes
Old 14-08-2007, 11:23 AM   4 links from elsewhere to this Post. Click to view. #1 (permalink)
C# Be Sharp !
 
Zeeshan Quireshi's Avatar
 
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
Arrow Ditch Turbo C++ use Relo !


Guys , there must be many of u studying in school or college who have to use Turbo C++ because the new compilers won't compile the old format code or they don't include the borland specific-haders and the most important , that Turbo C++ being a 16 Bit aplication does not work under Windows XP/2000 .

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.
Zeeshan Quireshi is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 14-08-2007, 01:24 PM   #2 (permalink)
Rubik's Uncle!!
 
Charan's Avatar
 
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,780
Default Re: Ditch Turbo C++ use Relo !

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 @75GB FUP :)
Battlefield 3 Multiplayer Discussion | Battlefield 3 Low Latency Servers List

Last edited by Charan; 15-08-2007 at 01:59 PM.
Charan is offline  
Old 14-08-2007, 10:02 PM   #3 (permalink)
Wise Old Owl
 
Join Date: Sep 2005
Posts: 1,503
Default Re: Ditch Turbo C++ use Relo !

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"
sagargv is offline  
Old 14-08-2007, 11:04 PM   #4 (permalink)
~[::BOoYaKa::]~
 
Join Date: May 2005
Location: In a Cave.
Posts: 575
Default Re: Ditch Turbo C++ use Relo !

Great!! Thanks!
__________________
[::Eddie n Benoit Live Forever::]
REY619 is offline  
Old 14-08-2007, 11:23 PM   #5 (permalink)
Wise Old Owl
 
a_k_s_h_a_y's Avatar
 
Join Date: May 2007
Location: bangalore
Posts: 1,919
Default Re: Ditch Turbo C++ use Relo !

how about dev C++ that's also good !
__________________
Sony Ericsson Flashing, Modding, Patching, Hacking And More !
http://www.akshayy.com/sonyericsson/
a_k_s_h_a_y is offline  
Old 14-08-2007, 11:29 PM   #6 (permalink)
Wahahaha~!
 
Faun's Avatar
 
Join Date: Dec 2006
Location: Pune/there
Posts: 7,672
Default Re: Ditch Turbo C++ use Relo !

Quote:
Originally Posted by aks_win
how about dev C++ that's also good !
yeah bloodshed ev c++ is equally good.

and i hate turbo C (used MS Visual c++ instead)
__________________
Blog | Flickr | Battlelog
Spoiler:
Asus Z68 V-Pro|i5 2500k|TRUE Black|Ripjaws X|U2311H|N560GTX|D7000|XONAR STX|RE272|RE0|CC51|XE200PRO Walnut| TD II V2| Ultraphile|N5800

Mono
Faun is offline  
Old 15-08-2007, 12:17 AM   #7 (permalink)
Google Bot
 
Pathik's Avatar
 
Join Date: Aug 2005
Posts: 9,772
Default Re: Ditch Turbo C++ use Relo !

but dev c++ doesnt compile code by the old standards.. So there may be diffs in the code we study and the one we write.. This borland+relo is just for study purposes
Pathik is offline  
Old 15-08-2007, 12:20 AM   #8 (permalink)
Alpha Geek
 
sachin_kothari's Avatar
 
Join Date: Dec 2004
Location: Pune
Posts: 569
Default Re: Ditch Turbo C++ use Relo !

will this work on vista x64?
i used tc 3.0 on win xp which does not works on vista x64.
sachin_kothari is offline  
Old 15-08-2007, 12:51 AM   #9 (permalink)
The Frozen Nova
 
casanova's Avatar
 
Join Date: Sep 2004
Location: Trespasser in Virtual Land
Posts: 1,641
Default Re: Ditch Turbo C++ use Relo !

Nice info. Thx
__________________
I dream of a better tomorrow... where chickens can cross roads and not have their motives questioned.

www.nerdweed.blogspot.com
casanova is offline  
Old 15-08-2007, 11:25 AM   #10 (permalink)
Wahahaha~!
 
Faun's Avatar
 
Join Date: Dec 2006
Location: Pune/there
Posts: 7,672
Default Re: Ditch Turbo C++ use Relo !

Quote:
Originally Posted by pathiks
but dev c++ doesnt compile code by the old standards.. So there may be diffs in the code we study and the one we write.. This borland+relo is just for study purposes
agree with u

but turbo c is not according to ANSI C standard, so lots of header files are obsolete now.
__________________
Blog | Flickr | Battlelog
Spoiler:
Asus Z68 V-Pro|i5 2500k|TRUE Black|Ripjaws X|U2311H|N560GTX|D7000|XONAR STX|RE272|RE0|CC51|XE200PRO Walnut| TD II V2| Ultraphile|N5800

Mono
Faun is offline  
Old 15-08-2007, 11:30 AM   #11 (permalink)
BlackBerry Guru ! :)
 
BBThumbHealer's Avatar
 
Join Date: Dec 2006
Location: New Delhi , NCR
Posts: 1,270
Default Re: Ditch Turbo C++ use Relo !

Thnx Zeeshan !
__________________
Username Changed - BlackBerry7100g To BBThumbHealer ! :D
BBThumbHealer is offline  
Old 15-08-2007, 11:40 AM   #12 (permalink)
Human Spambot
 
Join Date: Jan 2007
Location: Lat 28.38°N , Longt 77.13°E
Posts: 2,431
Default Re: Ditch Turbo C++ use Relo !

Thanx. Hate to use Turbo C++
ThinkFree is offline  
Old 15-08-2007, 08:09 PM   #13 (permalink)
C# Be Sharp !
 
Zeeshan Quireshi's Avatar
 
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
Default Re: Ditch Turbo C++ use Relo !

Quote:
Originally Posted by sachin_kothari
will this work on vista x64?
i used tc 3.0 on win xp which does not works on vista x64.
Yes it will run fine , i have tried it myself
__________________
There are 10 types of people in the world: those who understand binary and those who do not.
Zeeshan Quireshi is offline  
Old 17-08-2007, 08:03 PM   #14 (permalink)
In The Zone
 
src2206's Avatar
 
Join Date: Jun 2006
Location: Kolkata
Posts: 348
Default Re: Ditch Turbo C++ use Relo !

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
src2206 is offline  
Old 17-08-2007, 08:37 PM   #15 (permalink)
Wise Old Owl
 
a_k_s_h_a_y's Avatar
 
Join Date: May 2007
Location: bangalore
Posts: 1,919
Default Re: Ditch Turbo C++ use Relo !

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/
a_k_s_h_a_y is offline  
Old 17-08-2007, 08:47 PM   #16 (permalink)
HELP AND SUPPORT
 
rakeshishere's Avatar
 
Join Date: Jun 2006
Posts: 1,603
Default Re: Ditch Turbo C++ use Relo !

Thnx Zeeshan ..Just what the doctor ordered
rakeshishere is offline  
Old 17-08-2007, 08:48 PM   #17 (permalink)
Wise Old Owl
 
a_k_s_h_a_y's Avatar
 
Join Date: May 2007
Location: bangalore
Posts: 1,919
Default Re: Ditch Turbo C++ use Relo !

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/
a_k_s_h_a_y is offline  
Old 18-08-2007, 01:18 PM   #18 (permalink)
C# Be Sharp !
 
Zeeshan Quireshi's Avatar
 
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
Default Re: Ditch Turbo C++ use Relo !

Quote:
Originally Posted by aks_win
jus checked it out i find the dev C++ interface good !!
got to download borland compiler !
Have a look At VIsual C++ Express if you wanna do Standard C++ Programming .

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.
Zeeshan Quireshi is offline  
Old 20-08-2007, 09:47 PM   #19 (permalink)
You'r Born Free
 
int86's Avatar
 
Join Date: Aug 2006
Location: Ranchi
Posts: 425
Default Re: Ditch Turbo C++ use Relo !

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
int86 is offline  
Old 21-08-2007, 03:34 PM   #20 (permalink)
Ron
||uLtiMaTE WinNER||
 
Ron's Avatar
 
Join Date: Nov 2006
Location: Kathmandu,Nepal
Posts: 698
Default Re: Ditch Turbo C++ use Relo !

hey how to compare three integers in C++.........I want to find the smallest no among three digits...........
__________________
||uLtiMaTE WinNER||
Ron is offline  
Old 21-08-2007, 08:21 PM   #21 (permalink)
C# Be Sharp !
 
Zeeshan Quireshi's Avatar
 
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
Default Re: Ditch Turbo C++ use Relo !

Quote:
Originally Posted by Ron
hey how to compare three integers in C++.........I want to find the smallest no among three digits...........
you could use If statements or else you could take them in an array , sort them in ascending order n then take the first element .
__________________
There are 10 types of people in the world: those who understand binary and those who do not.
Zeeshan Quireshi is offline  
Old 22-08-2007, 11:09 AM   #22 (permalink)
Ron
||uLtiMaTE WinNER||
 
Ron's Avatar
 
Join Date: Nov 2006
Location: Kathmandu,Nepal
Posts: 698
Default Re: Ditch Turbo C++ use Relo !

Buddy I am New To C++..
I would be thankful if u could post the code........By using if statement.......
__________________
||uLtiMaTE WinNER||
Ron is offline  
Old 22-08-2007, 02:05 PM   #23 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Smile Re: Ditch Turbo C++ use Relo !

Quote:
Originally Posted by src2206
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.
ofcorz.gcc is better.u can get Anjuta GUI for c/cpp programs and gcc complies well with latest standards ISO,ANSI.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
praka123 is offline  
Old 22-08-2007, 03:53 PM   #24 (permalink)
C# Be Sharp !
 
Zeeshan Quireshi's Avatar
 
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
Default Re: Ditch Turbo C++ use Relo !

Quote:
Originally Posted by praka123
ofcorz.gcc is better.u can get Anjuta GUI for c/cpp programs and gcc complies well with latest standards ISO,ANSI.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.
i Guess you didn't read the first post !

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.
Zeeshan Quireshi is offline  
Old 22-08-2007, 06:47 PM   #25 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: Ditch Turbo C++ use Relo !

^ 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
praka123 is offline  
Old 23-08-2007, 01:00 AM   #26 (permalink)
LieNUX
 
MS32DLL.DLL.VBS's Avatar
 
Join Date: Jul 2007
Location: BOOT SECTOR
Posts: 16
Default Re: Ditch Turbo C++ use Relo !

THanX............4 da info Zeeshan
MS32DLL.DLL.VBS is offline  
Old 23-08-2007, 09:22 AM   #27 (permalink)
In The Zone
 
src2206's Avatar
 
Join Date: Jun 2006
Location: Kolkata
Posts: 348
Post Re: Ditch Turbo C++ use Relo !

Quote:
Originally Posted by praka123
ofcorz.gcc is better.u can get Anjuta GUI for c/cpp programs and gcc complies well with latest standards ISO,ANSI
Thank you vary much for the info . Could you please explain what is Anjuta GUI? Is it available in debian?

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
src2206 is offline  
Old 23-08-2007, 03:22 PM   #28 (permalink)
C# Be Sharp !
 
Zeeshan Quireshi's Avatar
 
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
Default Re: Ditch Turbo C++ use Relo !

Quote:
Originally Posted by src2206
Thank you vary much for the info . Could you please explain what is Anjuta GUI? Is it available in debian?

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.
Well Anjuta is a free C++ IDE(Intergtrated Development Environment) although you probably won't need it for basic C/C++ programming as Gedit or Kate will work just fine

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.
Zeeshan Quireshi is offline  
Old 23-08-2007, 05:42 PM   #29 (permalink)
In The Zone
 
src2206's Avatar
 
Join Date: Jun 2006
Location: Kolkata
Posts: 348
Post Re: Ditch Turbo C++ use Relo !

Quote:
Originally Posted by Zeeshan Quireshi
Well Anjuta is a free C++ IDE(Intergtrated Development Environment) although you probably won't need it for basic C/C++ programming as Gedit or Kate will work just fine
Thank you very much Zeeshan

Quote:
Originally Posted by Zeeshan Quireshi
Also , i suggest that if you're gonna start out with programming Learn a Language like C# or Java instead of C/C++ .
Would you mind telling me what is the difference between C# (I'm not sure how do you pronounce it) and C/C++? Thank you for the suggestion still . In this context, I remeber that one of my programer friend told me to learn Java because it also provides a lot of freelance oppertunity? Is that true? I have a steady job, so I can devote quality time in learning Java and freelance oppertunity will surely be an extra motivational boost .
__________________
For Pictorials, Tutorials and software reviews visit: www.sroyc.blogspot.com
src2206 is offline  
Old 23-08-2007, 06:09 PM   #30 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Post Re: Ditch Turbo C++ use Relo !

Quote:
Originally Posted by src2206
Thank you vary much for the info . Could you please explain what is Anjuta GUI? Is it available in debian?

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.
Yes,it is available in Debian.just use synaptic or apt-get install anjuta.dont use source compiling etc.FYI Anjuta(written by an Indian) home @:
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
praka123 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


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

 
Latest Threads
- by Tenida
- by tv6952
- by trublu
- by Who

Advertisement




All times are GMT +5.5. The time now is 02:00 PM.


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

Search Engine Optimization by vBSEO 3.3.2