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.