Featured Post

What is this blog about?

ABOUT : "BSCSUS" in [ bscsus dot com ] name stands for "BS in CS in US", which stands for Bachelor of Science in Compute...

Right click image below & "open link in new tab"

Right click image below & "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