Creating C++ Header Files

N

Nullstyle

Hi there guys. I need a little advice on how to create C++ header
files using the Borland C++ 5.5.1 compiler. Thanks in advance.
 
V

Victor Bazarov

Nullstyle said:
Hi there guys. I need a little advice on how to create C++ header
files using the Borland C++ 5.5.1 compiler. Thanks in advance.

C++ headers are (in all cases I've seen) are just text files.
You don't need a compiler to "create" them. Just type what
you need in the header in _any_ text editor and save the file
where you need it under the name you need.

For more Borland questions please visit borland.public.cpp.*
newsgroups.

Victor
 
M

Mike Spencer

Nullstyle said:
Hi there guys. I need a little advice on how to create C++ header
files using the Borland C++ 5.5.1 compiler. Thanks in advance.

You can try Lazy C++. Write your code in one file (Java style) then
run it though a preparser to create your header and source files.
There's no need to write and maintain duplicate declarations. Lazy
C++ is at http://www.lazycplusplus.com

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,147
Messages
2,570,835
Members
47,383
Latest member
EzraGiffor

Latest Threads

Top