thanks. why though?
Imagine you have a variable named objectThingy now if you have a #define object 5 you will end up with 5Thingy because the C/C++ preprocessors are not very smart. What I'm saying is that while what you're doing now works, it might come back and bite you in the ass in the future