More of an opinion question, what do you think are the most important
and/or complex concepts of C++?
A couple things come to mind IMO
- Inheritance
- Data Abstraction / Encapsulation
- Pointers / Double Pointers / Function Pointers
- Any particular structures (maps, lists, trees, STL)
and/or complex concepts of C++?
A couple things come to mind IMO
- Inheritance
- Data Abstraction / Encapsulation
- Pointers / Double Pointers / Function Pointers
- Any particular structures (maps, lists, trees, STL)
Comment