|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (12 bit)
Join Date: Mar 1999
Location: MN or WI
Posts: 3,017
|
Borland C++ 5.02
I am seeing a good number of questions about compilers. If you're like me, you'd like a free compiler, all the way.
Well, Borland *had* a really good, free Integrated Developing Environment (IDE), with the compiler, for free. But now, they no longer give this out. However, you CAN still get copies of Borland C++ 5.02 (which is the last version, I believe, that had an IDE included for free). One place this is available is in the following kit: http://www.amazon.com/exec/obidos/AS...442884-2428731 Do be aware though, that the help files are sub-par in that they are poorly organized and cross referenced. And the book that comes with this package is C only, or so it appears (I never read it). However, there are a lot of complete sample programs (maybe 60-75 short programs) that demonstrate how to do windows programming, so there's a way to learn windows programming right there. And I use this very package to compile all my windows programs, so if you need someone to discuss tricks and secrets, or to send you sample skeleton programs, I'm here to help. Overall, it's a very good program, lacking in only a few minor areas. I bought this very kit, and I consider it one of my best buys, ever.
__________________
Paul M. Victorey ------------------ I am not responsible for any problems that may arise as a result of following my advice. This includes, but is not limited to, computer failure, loss of data, nuclear war, famine, boils, no clean laundry, your daughter running off with a biker gang, or armageddon. Take my advice at your own risk. |
|
|
|
|
|
#2 |
|
10th Level Vice President
|
I recently downloaded this compiler from Morpheus and want to start my education in c++. To facilitate that, I also downloaded a pdf of "C++ How to" by Jan Walter, Danny Kalev and others. How good is this one?
__________________
athlon 64 3000+ MSI K8T Neo-FIS2R MB, 1gig kingston hyperx cas2 pc3200 ddr, radeon 9800 pro, audigy 2 platinum, tdk 4xdvd+r, LG 52x cdrw, siig133ultra ata card, maxtor 133 ultra ata card, 160 gig WD HD converted into USB 2.0 drive, 80gig WD SE HD, 160 maxtor HD w/ 8 mb cache, 120 gig maxtor hd w/8 mb cache, 250gig wd w/8mb cache, 250gig Maxtor w/8mb cache, 8x samsung dvd-rw 2x KDS 19" monitors. 2nd Computer: 2.4 gig p4, Asus p3g8x motherobard, 512 samsung 2100 ddr, geforce 3 ti200, creative labs sound blaster 5.1live, 80gig IBM Hard drive. 52x CD-ROM,antec case, 15" generic monitor---thanks for alienwaredude. 3rd computer: AMD 2500+ XP FIC AN19C motherboard, 512 kbyte 2700ddr,geforce2ti200,4xdvd+-rw, antec case |
|
|
|
|
|
#3 |
|
Member (9 bit)
Join Date: Aug 2001
Location: Maine
Posts: 424
|
Paul,
I to am learning C++ and I'm a newbie. Does this compiler have a linker? Or is this something I need to download seperately? Thanks, Captn
|
|
|
|
|
|
#4 |
|
Member (12 bit)
Join Date: Mar 1999
Location: MN or WI
Posts: 3,017
|
Yes, it includes a linker.
|
|
|
|
|
|
#5 |
|
Member (8 bit)
Join Date: Apr 1999
Location: North Potomac, MD; USA
Posts: 188
|
Hi WerewolfDaddy
Could you please mention the site from where u have downloaded "C++ How To" by Jan Walter, Danny Kalev and others. I also need this for my education. By the way Paul and everybody,( FYI) One can download Borland C++ 5.5 Builder Compiler and Turbo Debugger free. The site address is http://www.borland.com/bcppbuilder/freecompiler The compiler is 8.7 MB I am trying to teach myself on C++. Hope I will learn. Arup. |
|
|
|
|
|
#6 |
|
10th Level Vice President
|
I downloaded it from morpheus. Haven't had the chance to use it yet. Living gets in the way of dreaming.
|
|
|
|
|
|
#7 |
|
Member (11 bit)
Join Date: Mar 2002
Location: Confluence of the Mississippi and Misouri Rivers
Posts: 1,242
|
Check this site out. Compile programs over the internet???http://www.delorie.com/djgpp/compile/
DJGPP makes a C/C++ Compiler I think. One option would be to buy a full compiler and put it on a linux box that every student can log onto over the internet. We use to do this for some languages like Pascal at Washington University in St Louis, MO. |
|
|
|
|
|
#8 |
|
Member (6 bit)
|
Thanks all, I think I'm putting that C++ 5.5 compiler thingy at the front of my list but will probably grab the rest for my archives cause every health nut knows you can never have enough C.
|
|
|
|
|
|
#9 |
|
Member (11 bit)
Join Date: Mar 2002
Location: Confluence of the Mississippi and Misouri Rivers
Posts: 1,242
|
I am not necessarily a fan of Microsoft one way or another, but 2 years ago I purchased the Microsoft Visual C++ for about $49.99, or so. I think that was what the Student price was for the standard compiler. They probably are trying to sell a .Net version now.
Another option is to buy a book like learn C++ in 24 hrs which comes with a Borland C++ Lite compiler. I have used both. I think the MSC++ can be configured to compile (microsoft C, C++, VC++), and be set to do standard C++ as well. It is quite a bit different than Borland or Linux versions, but it can make a windows program quite fast. |
|
|
|
|
|
#10 |
|
Member (6 bit)
|
Thats a lot for $50, I'll bet it can be found used for next to nothing me start looking. Oops maybe me misread, Microsoft Visual C++ just software not book?
|
|
|
|
|
|
#11 |
|
Member (6 bit)
|
Ah me confused, this Borland compiler, will it work for any platform that supports c++. This ? may or may not make it apparent I have not even scratched the surface as far as taking the plunge. Just thought I'd come clean.
|
|
|
|
|
|
#12 |
|
Registered User
Join Date: Nov 2001
Posts: 1,965
|
As I know, no it won't work, Borland makes IDEs for windows only.
BTW, Linux and Unix have a C/C++ compiler, on Linux, it's called gcc,and on Unix it's cc, so there is no need for downloading a Linux/Unix compiler, you only need a windows one. |
|
|
|
|
|
#13 |
|
Member (5 bit)
Join Date: Sep 2002
Location: Australia
Posts: 28
|
The DJGPP compiler (http://www.delorie.com/djgpp/) is an excellent free compiler. I used it for most of my C work at uni (it also compiles C++ progs). It uses gcc to compile progs, and its very compatible with unix. (as i could compile all my progs on a windows machine and run them on the uni's unix boxes).
|
|
|
|
|
|
#14 | |
|
Registered User
Join Date: Nov 2001
Posts: 1,965
|
Quote:
http://bdn.borland.com/linux/0,1419,4,00.html |
|
|
|
|
|
|
#15 |
|
Member (7 bit)
Join Date: Jan 2003
Posts: 89
|
is this a good compiler or teacher for the begginning programmer?
I'm just statrting out and anything i could learn would be useful |
|
|
|
|
|
#16 |
|
Registered User
Join Date: Nov 2001
Posts: 1,965
|
Dev-C++ is a good free IDE:
http://www.bloodshed.net/devcpp.html As for learning C++ check out cprogramming.com, they have some good tutorials. |
|
|
|
|
|
#17 |
|
Member (4 bit)
Join Date: Sep 2003
Posts: 14
|
turbo c++
i know this might sound wrong to some of you windows programmers, but i think the best way to start C based stuff is in dos. the GUI is dos for turbo c++, and its free at: http://community.borland.com/article...,21751,00.html
also there are free sessions for visual C++ (the microsoft version) at: http://www.free-ed.net/fr03/lfc/030203/120/ i hope this is a help to y'all |
|
|
|
|
|
#18 |
|
Member (7 bit)
|
Dude I like the turbo c++ compiler its not bad at all
|
|
|
|
|
|
#19 |
|
Member (10 bit)
Join Date: Jan 2000
Location: minn
Posts: 948
|
i tried the amazon link but the version is 5.00 and it appears to be discontinued. i tried searching for 5.02 and got nothing. is there another link or is that deal a dead horse?
|
|
|
|
|
|
#20 |
|
Member (4 bit)
Join Date: Jan 2004
Location: Barrie
Posts: 8
|
Okay do you have any helpful tips on HOW TO USE Microsoft C++/>
|
|
|
|
|
|
#21 |
|
Member (9 bit)
|
dude, do you have trouble with c++?
|
|
|
|
|
|
#22 |
|
Member (5 bit)
|
lol, kinda late respond, but i too use DEVC++ and it seems to be sweet, i also have visual studio 6 but for soem reason i like DEV more, anyways, ive been searching google for tutorials X)
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|