User profile: luckycusp

User info
User name:luckycusp
Email:vijay.psaibola@gmail.com
Name:Vijay
Location:Dortmund
History
Joined:
Number of posts:105
Latest posts:

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 Website
Dear All, Thanks for your suggestions and help (especially stormhawk)! I will get down with the wor...

Help - Noob trying to create a Website
Hello all, I have been programming in C/C++ for a long time. As a Hobby, I would like to make...

Exception handling with STL Vectors
moorecm 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...