C
Carter
This is probably somewhat of a beginners question but I am unfamiliar
with alot of aspects of C++. What is the correct way to append
multiple STL containers together in constant time. Obviously you can
do this with a linked list but is it possible to do the same thing
with the standard containers?
Thanks in advance,
Carter.
with alot of aspects of C++. What is the correct way to append
multiple STL containers together in constant time. Obviously you can
do this with a linked list but is it possible to do the same thing
with the standard containers?
Thanks in advance,
Carter.