Can someone tell me the stupid mistake Im making here to get these return values?[code] private: //nodes of the list struct node { type data; //the item in the list node* nex...
Can someone tell me the stupid mistake Im making here to get these return values?I had an assignment just like this last week so allow me to weigh in. First I think you are making t...
Need to make a function for user input validityYou are having a scope issue. I looks to me that your validInput function can't see what is in main ...
Question with arraysThis website has some good examples for arrays, or you can google for example: "Read from file into ...
Really need help with the main function of this Class program is marks supposed to be an array?
This user does not accept Private Messages