Default constructors - I don't want em!So, what do I do if I want an object to not have an available default constructor? Many of the objec...
Overloading function access in derived classes?Ok, sounds good. I suppose I will go with making the proxy object. Really, I was just looking for an...
Overloading function access in derived classes?Ok, so here's more of what I want to do. I have a big class with many member functions. I am using t...
vector storing inherited classesThe way to do this would be with a vector of base [i]pointers[/i]. That way, you can use dynamic_cas...
Overloading function access in derived classes?Is there any way to overload the access type of a member function in a derived class such that is ca...
This user does not accept Private Messages