How to access #define declare in one class i need acees that?
Hi
I declare #define PI if(value == 3.15) in types.h class and value using in cal.cpp I want to access PI in my another class rec.cpp. i have includede cal class in rec.cpp but still im getting error like value not declared. Please help me
|