Saving to a fileThank you that worked perfectly. Its weird how the way i had it made it look so much more complicate...
Saving to a fileI am trying to save information to a file but i do not want the user to input any information. I wan...
Getline helpThank you for the help it worked great. [code]void setMakeModel () { cin.ignore(); cout << "W...
Getline helpI am trying to use the getline function inside of a function. I am calling the setMakeModel func...
Calculations in cout I ended up figuring it out. Thank you for your time in trying to help me. It was greatly appreciated...