Macros in C - Basic question[code] #define A 5 #define TWICE_A (2*A) [/code] Can I use TWICE_A as above? Will the preproce...
Help - Noob trying to create a WebsiteDear All, Thanks for your suggestions and help (especially stormhawk)! I will get down with the wor...
Help - Noob trying to create a WebsiteHello all, I have been programming in C/C++ for a long time. As a Hobby, I would like to make...
Exception handling with STL Vectorsmoorecm I like ur approach ;) But it will work only for 1D vectors. 2D Vector is accessed in ...
Exception handling with STL Vectors@Kempofighter Ofcourse I did not use the #define method, as things could get really messy. I jus...