problem using enum in another cpp file

Posted by Faisal Arshad on Stack Overflow See other posts from Stack Overflow or by Faisal Arshad
Published on 2010-04-01T19:37:30Z Indexed on 2010/04/01 19:43 UTC
Read the original article Hit count: 197

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about visual

Related posts about c++