K
kiran kumr
Hi,
we have the following scenario:
1. A header file that is used in multiple modules a c application and a C++
application.
2. This file has a variable named class[SIZE].
3. How do I declare class now without conflicting with the other variable
class in the common header file.
I cannot rename the variable class and getway without including the header
file.
-Regards,
we have the following scenario:
1. A header file that is used in multiple modules a c application and a C++
application.
2. This file has a variable named class[SIZE].
3. How do I declare class now without conflicting with the other variable
class in the common header file.
I cannot rename the variable class and getway without including the header
file.
-Regards,