I am new to C++ and am getting an invalid null pointer error message after a successful build. Can I get a hit where this is going wrong.
This program is supposed to ask for firstName, lastName, age and maJor and keep doing so until the age that is input is 0 and then the program closes. Here is what I have.
Oh I see. Sorry, we are given handouts in class that tell us what we need to do but they don't tell us how to do it or why. I can understand, sort of, what needs to be done but not how to get there..