Hi,
I'm new in this area so just a very simple question,
I have declared typedef in the header file says (header.h),
and some functions in this header as well;
My problem is that when i declare in one of the methods in the cpp file
a variable of this typedef I get the "undeclared identifier" compilation error.
BTW - I did included the header file in the cpp.
Please help,
Thanks.
I'm new in this area so just a very simple question,
I have declared typedef in the header file says (header.h),
and some functions in this header as well;
My problem is that when i declare in one of the methods in the cpp file
a variable of this typedef I get the "undeclared identifier" compilation error.
BTW - I did included the header file in the cpp.
Please help,
Thanks.
Comment