display vector with structThat's a mistake...but was deleted.
display vector with structTo 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 arrayYa, I understand that part, basically it would be string part1 = “John”; string part2 = "Smith...
name swap in arrayIf 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 breakCan someone explain 'continue' to me? I believe if you are in a loop and you hit a continue, it goe...