Thread: Level Editor
View Single Post
Old Jul 6th, 2006, 6:09 PM   #32
frankish
Hobbyist Programmer
 
frankish's Avatar
 
Join Date: Oct 2005
Location: Ohio
Posts: 177
Rep Power: 0 frankish is an unknown quantity at this point
Quote:
Originally Posted by angry_asian
i know i am new to C++, but isnt #define antiquated? dont people just use const char nowadays?
Some people do but I don't - that's my style of coding. Since you're new to C++ it is a good idea to follow the C++ standards. I once did but now that I am experienced at programming. I can code in this fasion because it has advantages over the standard. My coding is not true C++, it's actually a form of C! I'm just using C++ as "better" C.

Last edited by frankish; Jul 6th, 2006 at 6:21 PM.
frankish is offline   Reply With Quote