Null Pointers?? I'm kinda sketchy on the concept and use of them. If anyone knows a link to an existing faq or something to that extent, I'd appreciate it!! Thanks
I'm trying to take in user input to get a number for each member of an array. I'm trying to loop the question and take input each time the loop runs, but I'm losing myself... heres what i have...
const int numAliens = 7;
int casName[numAliens];
const char *species[numAliens] =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.