P
pavan734
Hello I have one .h file which I have includeded completely under
#ifndef followed by #define guards. I have the member function
definitions in the same .h file only. Still Iam getting linker errors
saying that "multiple definition of the function: ". Iam getting that
error for all the member functions of that class.
#ifndef followed by #define guards. I have the member function
definitions in the same .h file only. Still Iam getting linker errors
saying that "multiple definition of the function: ". Iam getting that
error for all the member functions of that class.