User profile: Aikon

User info
User name:Aikon
Email:dmayola@gmail.com
Name:David
Location:Barcelona
History
Joined:
Number of posts:75
Latest posts:

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 errors
You 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 file
The first thing I don't like is &record[i].member_depth. I don't think you need to reference that, ...