ANSWERS: 1
  • Generic data structures it pays to be aware of, no matter what type of coding you are are: - vectors, lists, sets, maps, multi-maps, hash tables, b-trees, queues and stacks. Most of these are implemented as part of the C++ Standard Template Library (STL) so it's only necessary to know of them and how to use them, it's not really necessary to know how to implement them (although that wouldn't hurt). http://www.sgi.com/tech/stl/table_of_contents.html

Copyright 2023, Wired Ivy, LLC

Answerbag | Terms of Service | Privacy Policy