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
". invelid like some thing" Riiiiiiiiiiiiight. That's really clear. Cos I'm a bit dumb, could you post the exact error?
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.
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
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.