I'm using borlands compiler
I have three files golf.h, golff.cpp, golfm.cpp
How do I compile and link these files into one program?
This is a discussion on compilng, linking, make question within the C++ Programming forums, part of the General Programming Boards category; I'm using borlands compiler I have three files golf.h, golff.cpp, golfm.cpp How do I compile and link these files into ...
I'm using borlands compiler
I have three files golf.h, golff.cpp, golfm.cpp
How do I compile and link these files into one program?
*bump*
I'm not sure what the actual commands are for Borland, but you could try something along the lines of:
cc header.h file1.cpp file2.cpp file3.cpp
P.S. Don't bump your threads, it's rude.
-Prelude
My best code is written with the delete key.
ok thanks for the help