1. How to prevent a user from creating a class instance on the stack?
2. How to prevent a user from creating a class instance on the heap?
3. Smart pointers
4. C++ 11 features
5. Data structures:
map, unordered_map;
hash table, red-black tree;
Issues with hash table
6. Virtual table
- class or instance owned?
No comments:
Post a Comment