Operator []Hey guys, i can't figure out how i do the overloading of the operator [] this is my code and what i ...
Exception in Constructor?the point is the object still will be created and i could use it in main(). I don't want to create t...
Exception in Constructor?if i have this: [code] class Number { private: int x; public: Number(int _x):x(_x) { if ...
Constructor with Exceptionif i have this: [code] class Number { private: int x; public: Number(int _x):x(_x) { if ...
object that not Existsorry guys, i did not explain it right. but if i created object C222 and call it's DESTRUCTOR, but t...
This user does not accept Private Messages