»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 08-27-2002, 09:19 PM   #1 (permalink)
Registered User
 
Join Date: Apr 2002
Posts: 97
BlackRain is on a distinguished road
Send a message via AIM to BlackRain
Borland C++ Builder

Hey guys, is I'm taking a C++ class at school and was trying to set up a machine at home that I could do all of my homework on. Besides, that way I can sit and listen to music rather than sitting in a computer lab all day with a bunch of people I dont know. So heres the question...does the free version of borland have everything I need to write and compile c++ programs, or should I look for something else? Thanks for all future help.

Rain

__________________

Shiggidie Shiggidie Schwag
BlackRain is offline   Reply With Quote
Old 08-28-2002, 10:47 AM   #2 (permalink)
Registered User
 
Join Date: Oct 2001
Location: Utah
Posts: 543
dragonb is on a distinguished road
as far as I remember the free version is just command line compilation tools, where as the Borland Builder is a graphical interface, so it would depend on what the class is doing, and how it's run. If it's using the graphical form builder in class, you'll need that.
good luck
dragonb
dragonb is offline   Reply With Quote
Old 08-28-2002, 10:57 AM   #3 (permalink)
Registered User
 
storm2k's Avatar
 
Join Date: Oct 2001
Location: NJ
Posts: 3,417
storm2k is on a distinguished road
Send a message via ICQ to storm2k Send a message via AIM to storm2k Send a message via Yahoo to storm2k
what are they using in your class to teach you the coding?

(edit) all you really need for c++ is notepad and a compiler, even if it's just a command line one.

or... a copy of pico and g++ works just as nice too lol... cept you get a linux binary in the end instead of a windows one..

Last edited by storm2k; 08-28-2002 at 11:00 AM.
storm2k is offline   Reply With Quote
Old 08-29-2002, 10:21 PM   #4 (permalink)
ILC
Registered User
 
ILC's Avatar
 
Join Date: Oct 2001
Location: Eastern Shore
Posts: 669
ILC is on a distinguished road
I personally use VIM and borlands command line compiler.

VIM is basically a text editor that will color code syntax. Pretty cool, alot like unix's VI editor. Download VIM here.

Borland Command Line Compiler
Borland Help Files - Configuration

I personally would take this over MS visual C++ anyday, well for most of the stuff that I do atleast.

ILC
ILC is offline   Reply With Quote
Old 08-29-2002, 11:27 PM   #5 (permalink)
Registered User
 
jkrohn's Avatar
 
Join Date: Oct 2001
Location: Champaign, IL
Posts: 3,253
jkrohn is on a distinguished road
Send a message via ICQ to jkrohn Send a message via AIM to jkrohn Send a message via Yahoo to jkrohn
One thing to ask you teacher is if you use any non-standard libraries. A class I had in high school uses APString, APVector, and a few others.

These were specificly designed for the C++ AP test (ie questions specific to APString that aren't applicable to sting or cstring) and thats why we used them.

If you do use them you'll need ot set up your home machine wiht them or your programs won't compile correctly.

Jkrohn
__________________
Jkrohn
jkrohn is offline   Reply With Quote
Old 08-30-2002, 12:05 AM   #6 (permalink)
Registered User
 
Agent_Embryo's Avatar
 
Join Date: Oct 2001
Location: Sweden
Posts: 1,260
Agent_Embryo is on a distinguished road
Send a message via ICQ to Agent_Embryo
May I suggest Bloodshed Software's Dev C++

I really like it. It's free...and it has a GUI.
Agent_Embryo is offline   Reply With Quote
Old 08-30-2002, 06:48 PM   #7 (permalink)
ILC
Registered User
 
ILC's Avatar
 
Join Date: Oct 2001
Location: Eastern Shore
Posts: 669
ILC is on a distinguished road
Borland's command line compiler is one of the easiest, IMO, for multi-compiling files. All you need to do is add the .cpp files and .h files in the directory that you are compiling from, and compile the .cpp files. For example, to compile the program run.cpp, and using apvector and apstring, just type bcc32 run.cpp apvector.cpp apstring.cpp

It will then create run.exe. Pretty simple.

ILC
ILC is offline   Reply With Quote
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 03:43 AM.