Enclosing classes in namespacesI am trying to figure out how to include a class in a namespace, but I can't even get it to compile...
Segmentation fault for different ways of initializing classHello again. I tried the modifications by tcs, and I still get a segmentation fault. By the way, t...
Segmentation fault for different ways of initializing classGreetings. I define a class, D, one of whose members is a pointer to a class, E. The class E has t...
Abstract classesSorry. C1 and C2 both also have HasProp1. I have edited the original post accordingly. As to whet...
Abstract classesGreetings. I have an abstract class, call it C, with two subclasses C1 and C2. In classes C, C1, a...