![]() |
help me plzz
i want to creat a header file in c++ using borland 5.02 plz help me indetail...if any one can
|
Re: help me plzz
File -> New. Save as filename.h, in the directory you want it.
|
Re: help me plzz
i code a program like this
first i creat a file with add.h that is a header file after that i created a add.cpp file in which i mention a detail of a function that is to perform by an add function after that i code a main function in which i call a header file but it is giving a error of . invelid like some thing |
Re: help me plzz
". invelid like some thing"
Riiiiiiiiiiiiight. That's really clear. Cos I'm a bit dumb, could you post the exact error? |
Re: help me plzz
First you create a header file, say add.h and put your declarations and functions there without main.
Then create add.cpp and include your header file like this #include "add.h".Write main function and access data and functions from the header file. |
Re: help me plzz
thanks dear
but i do all tricks i created in c but i fail to create it in c++ i will post the code later . at present i did not have the code. thanks for coperation |
Re: help me plzz
Copy paste is king. Please copy and paste whatever u have written, both .h and .cpp files, so that we can take a look and get back to you.
|
| All times are GMT +5.5. The time now is 23:10. |