Why do i need to use cin.get twice?I tried you program and it seems you are right. Then, I did: [code]char c; cin.get (c); cout << (...
why is it not working ?Use [code] tags pls
Inventory System, getting a few errorsYou can iteretate a vector like this: [code]for (int i = 0; i != inventoryNumber.end(it); i++)[/code...
HELP ME PLEASE!!Try fixing [code]cin>> w>>"\n";[/code]. Any doubt post again.
Write/Read structure to fileThe first thing I don't like is &record[i].member_depth. I don't think you need to reference that, ...