Thread
:
C++ Menu
View Single Post
10-16-2006, 11:36 AM
#
8
(
permalink
)
toe_cutter
Code Monkey
Join Date: Aug 2002
Location: Boston, MA
Posts: 79
The #ifdef he is using is for debugging. If you have VERBOSE defined in your make or what ever MS has then it will include that code when you compile. If it is not set then it will nto be included during compilation.
__________________
toe_cutter
View Public Profile
Visit toe_cutter's homepage!
Find More Posts by toe_cutter