Default Constructors

We cannot use constructors if we want that whenever a pointer is declared, it should be NULL. Am I right Sir?
if I declare student *head, *tail, where student is a class, can I make my pointers automatically make NULL using default constructor?
Which default constructor are you talking about ? The one of your student class or the onr of your list class ?
Last edited on
Topic archived. No new replies allowed.