Featured Post

Why this blog? What's it about? What's the format?

FORMAT For Fall 2021, the focus is mainly on Python, C++, and Digital Hardware There are videos here from other sources / creators There are...

Right click image below, then "open link in new tab"

Right click image below, then "open link in new tab"
Right click image above, then "open link in new tab"

Search This Blog

Friday, September 10, 2021

C++ Programming Topics

(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