Thread: C++ Menu
View Single Post
Old 10-16-2006, 11:36 AM   #8 (permalink)
toe_cutter
Code Monkey
 
Join Date: Aug 2002
Location: Boston, MA
Posts: 79
toe_cutter is on a distinguished road
Send a message via ICQ to toe_cutter Send a message via AIM to toe_cutter Send a message via Yahoo to toe_cutter
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 is offline   Reply With Quote