Hi,
I'm starting to get the idea of these constructor initialization lists, but I still have one hang up. This comes about when I have pointers in my class. I have seen some examples where people have pointers and they pass a zero or NULL pointer inside the parentheses after that pointer. However, I'm wondering if there is a way to call new in the constructor initialization list, and if so, what the syntax would be.