Thread
:
Language display in program
View Single Post
May 30th, 2006, 5:45 PM
#
4
DaWei
Resident Grouch
Join Date: Jun 2005
Posts: 6,453
Rep Power:
10
Quote:
change a #define midway through the program.
Ummmm, brush up on the build phases. #defines are subbed into the source before the compiler ever sees it.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner:
Grumpy on C++ Exceptions
DaWei on Pointers
DaWei
View Public Profile
Visit DaWei's homepage!
Find More Posts by DaWei