 |
|
14-08-2007, 11:23 AM
|
#1 (permalink)
|
|
C# Be Sharp !
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
|
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.
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
14-08-2007, 01:24 PM
|
#2 (permalink)
|
|
Rubik's Uncle!!
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,780
|
Re: Ditch Turbo C++ use Relo !
Thanks for the info Zeeshan
Last edited by Charan; 15-08-2007 at 01:59 PM.
|
|
|
14-08-2007, 10:02 PM
|
#3 (permalink)
|
|
Wise Old Owl
Join Date: Sep 2005
Posts: 1,503
|
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"
|
|
|
14-08-2007, 11:04 PM
|
#4 (permalink)
|
|
~[::BOoYaKa::]~
Join Date: May 2005
Location: In a Cave.
Posts: 575
|
Re: Ditch Turbo C++ use Relo !
Great!! Thanks!
__________________
[::Eddie n Benoit Live Forever::]
|
|
|
14-08-2007, 11:23 PM
|
#5 (permalink)
|
|
Wise Old Owl
Join Date: May 2007
Location: bangalore
Posts: 1,919
|
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/
|
|
|
14-08-2007, 11:29 PM
|
#6 (permalink)
|
|
Wahahaha~!
Join Date: Dec 2006
Location: Pune/there
Posts: 7,672
|
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)
|
|
|
15-08-2007, 12:17 AM
|
#7 (permalink)
|
|
Google Bot
Join Date: Aug 2005
Posts: 9,772
|
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
|
|
|
15-08-2007, 12:20 AM
|
#8 (permalink)
|
|
Alpha Geek
Join Date: Dec 2004
Location: Pune
Posts: 569
|
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.
|
|
|
15-08-2007, 12:51 AM
|
#9 (permalink)
|
|
The Frozen Nova
Join Date: Sep 2004
Location: Trespasser in Virtual Land
Posts: 1,641
|
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
|
|
|
15-08-2007, 11:25 AM
|
#10 (permalink)
|
|
Wahahaha~!
Join Date: Dec 2006
Location: Pune/there
Posts: 7,672
|
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.
|
|
|
15-08-2007, 11:30 AM
|
#11 (permalink)
|
|
BlackBerry Guru ! :)
Join Date: Dec 2006
Location: New Delhi , NCR
Posts: 1,270
|
Re: Ditch Turbo C++ use Relo !
Thnx Zeeshan !
__________________
Username Changed - BlackBerry7100g To BBThumbHealer ! :D
|
|
|
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
|
Re: Ditch Turbo C++ use Relo !
Thanx. Hate to use Turbo C++
|
|
|
15-08-2007, 08:09 PM
|
#13 (permalink)
|
|
C# Be Sharp !
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
|
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.
|
|
|
17-08-2007, 08:03 PM
|
#14 (permalink)
|
|
In The Zone
Join Date: Jun 2006
Location: Kolkata
Posts: 348
|
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
|
|
|
17-08-2007, 08:37 PM
|
#15 (permalink)
|
|
Wise Old Owl
Join Date: May 2007
Location: bangalore
Posts: 1,919
|
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/
|
|
|
17-08-2007, 08:47 PM
|
#16 (permalink)
|
|
HELP AND SUPPORT
Join Date: Jun 2006
Posts: 1,603
|
Re: Ditch Turbo C++ use Relo !
Thnx Zeeshan  ..Just what the doctor ordered
|
|
|
17-08-2007, 08:48 PM
|
#17 (permalink)
|
|
Wise Old Owl
Join Date: May 2007
Location: bangalore
Posts: 1,919
|
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/
|
|
|
18-08-2007, 01:18 PM
|
#18 (permalink)
|
|
C# Be Sharp !
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
|
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.
|
|
|
20-08-2007, 09:47 PM
|
#19 (permalink)
|
|
You'r Born Free
Join Date: Aug 2006
Location: Ranchi
Posts: 425
|
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
|
|
|
21-08-2007, 03:34 PM
|
#20 (permalink)
|
|
||uLtiMaTE WinNER||
Join Date: Nov 2006
Location: Kathmandu,Nepal
Posts: 698
|
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||
|
|
|
21-08-2007, 08:21 PM
|
#21 (permalink)
|
|
C# Be Sharp !
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
|
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.
|
|
|
22-08-2007, 11:09 AM
|
#22 (permalink)
|
|
||uLtiMaTE WinNER||
Join Date: Nov 2006
Location: Kathmandu,Nepal
Posts: 698
|
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||
|
|
|
22-08-2007, 02:05 PM
|
#23 (permalink)
|
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,536
|
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
|
|
|
22-08-2007, 03:53 PM
|
#24 (permalink)
|
|
C# Be Sharp !
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
|
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.
|
|
|
22-08-2007, 06:47 PM
|
#25 (permalink)
|
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,536
|
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
|
|
|
23-08-2007, 01:00 AM
|
#26 (permalink)
|
|
LieNUX
Join Date: Jul 2007
Location: BOOT SECTOR
Posts: 16
|
Re: Ditch Turbo C++ use Relo !
THanX............4 da info Zeeshan
|
|
|
23-08-2007, 09:22 AM
|
#27 (permalink)
|
|
In The Zone
Join Date: Jun 2006
Location: Kolkata
Posts: 348
|
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
|
|
|
23-08-2007, 03:22 PM
|
#28 (permalink)
|
|
C# Be Sharp !
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
|
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.
|
|
|
23-08-2007, 05:42 PM
|
#29 (permalink)
|
|
In The Zone
Join Date: Jun 2006
Location: Kolkata
Posts: 348
|
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
|
|
|
23-08-2007, 06:09 PM
|
#30 (permalink)
|
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,536
|
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
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|