User profile: heston

User info
User name:heston
History
Joined:
Number of posts:5
Latest posts:

display vector with struct
That's a mistake...but was deleted.

display vector with struct
To start off, I have a menu system. I have a struct, which I put in a vector. I add name and age t...

name swap in array
Ya, I understand that part, basically it would be string part1 = “John”; string part2 = "Smith...

name swap in array
If I have a name in an array. (i.e. John Doe), how can I get it too take "Jim Smith" and have it ret...

continue and break
Can someone explain 'continue' to me? I believe if you are in a loop and you hit a continue, it goe...