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