how to init static 2d arrays of a classThank a lot mik2718! that answers my question!
how to init static 2d arrays of a classok 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 classthanks 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 classHi guys, i have written a class: [code] class myclass{ private: int a; public: static int b; sta...
This user does not accept Private Messages