|
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?
|