View Single Post
Old 11-07-2004, 11:43 PM   #1 (permalink)
Redline
PHP Student
 
Join Date: Oct 2004
Location: Forest Grove, OR
Posts: 150
Redline is on a distinguished road
Send a message via AIM to Redline Send a message via MSN to Redline
Beginner - Borland Compiler question

I'd like to start playing with C++. I've already registered and downloaded the free Borland compiler, but I can't figure out how to actually compile a program. I copied the source to a simple hello world program to notepad, saved it as hello.cpp. When I try to compile, I get errors telling me the compiler can't find the include files. This leads me to believe that I need to toss a few parameters into the command line.

C:\Borland\BCC55\Bin>bcc32 hello.cpp

What parameters to I need to declare?
__________________
Current Project
Redline is offline   Reply With Quote