append contents of one vector to another?
Hi
I have a vector called temp which has an id, name, description, year
I have a vector called cVector which has an id, name, description, year
what is the least complex way of handling this situation if I would like to append temp to cVector?
Any advice would be appreciated, it seems my best efforts are only inserting temp into an index in cVector and the like... there must logically be a way.

