|
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
|