(These topics are from Murach's C++ programming)
Essential skills for modern C++
- Introduction to C++
- Write your first programs
- Make decisions
- Code loops
- Work with I/O streams and files
- Work with data types, strings and vectors
- Code functions
- Test, debug, and deploy program
More skills
- Structures and enumerations
- STL containers and iterators
- STL algorithms
- Built-in arrays and C-strings
- Exceptions
Object-Oriented programming
- Define classes
- Work with inheritance
- Skills for Object-Oriented programming
Skills for legacy and generic programming
- Memory and pointers
- Templates
- Code custom containers, iterators and algorithms
No comments:
Post a Comment