problem using enum in another cpp file
- by Faisal Arshad
Hi i a have created a global.h file in which i define enum Token
I get the garbage value of token if i use the value of Token other than glabal.cpp file
i have also include the "global.h" file in other file where i am using the Token value how can i correct this problem.