Tuesday, July 14, 2009

How to include c or c++ file in borland c++ builder 6.0?

I want to include user defined header file in my c program. How to include the c or c++ header file in my c or c++ program in borland c++ builder 6.0.

How to include c or c++ file in borland c++ builder 6.0?
u will have header folder from there u can
Reply:i'm guessing you already have your header files and your main cpp.





create a new project.


save


add both files to the project.


compile%26amp;run
Reply:in the INCLUDE FOLDER where other headers are put your user defined header





# include "userdefined.h"


No comments:

Post a Comment