User profile: kvikram

User info
User name:kvikram
History
Joined:
Number of posts:5
Latest posts:

how to init static 2d arrays of a class
Thank a lot mik2718! that answers my question!

how to init static 2d arrays of a class
ok I understood that. but what if my static array 'c' was a huge one, of say size 100, and i did not...

how to init static 2d arrays of a class
thanks guys, using this works: [code]#include <iostream.h> #include <stdafx.h> using namespace std...

how to do it?
if(a !=1 && a!=2)

how to init static 2d arrays of a class
Hi guys, i have written a class: [code] class myclass{ private: int a; public: static int b; sta...

This user does not accept Private Messages

User: kvikram

  • Public profile