User profile: SamuelAdams

User info
User name:SamuelAdams
History
Joined:
Number of posts:1535
Latest posts:

How do i make this less bulky and difficult?
[quote]If possible, I would like help making the comments more clear, and easy for someone with no e...

Removing punctuation from start and end of string
If you run the for loop in reverse it will work.

Arrays
Click Edit, select all your code and click the button on the side that looks like <>. That's called ...

Simple string problem
you didn't do it for city name and I don't see where you used[code] std::cin.ignore() [/code] Read ...

Simple string problem
cin is going to stop after the space. read about getline and how to use here http://www.augustcounci...