I'm new at programming using visual c++ and I noticed that some of my code has turned gray and when I placed the mouse on that section it says its inactive. What does that mean? How would I fix this?
Help using visual c++?
three things:
1. the code is unreachable - there is a return before the grayed out code.
2. there is a comment beginning /* and not terminated with */
3. there is a #if or # ifdef that is not defined properly
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment