C++ Assumptions

You should be competent with the following concepts:

  • arrays
  • pointers
  • references
  • classes
  • methods
  • dynamic memory allocation
  • recursion
  • linked lists
  • binary search trees
  • hashing
  • iterators
  • function pointers

Chad Salinas