how to see which macro was defined in a cpp unit?
C / C++ / MFC
4
Posts
3
Posters
0
Views
1
Watching
-
Just do a text search for "#define". Steve
-
If you are using Visual studio then you can right click on that macro and select
Goto Definition
orGoto Declaration
. This will take you to the file where it is defined.
Nibu thomas Software Developer
-
If you are using Visual studio then you can right click on that macro and select
Goto Definition
orGoto Declaration
. This will take you to the file where it is defined.
Nibu thomas Software Developer