Other > Other
Level: Beginner | Duration: 2h 36m | Released: Jul 10, 2014
C++ is the gold standard for object-oriented programming languages: an efficient, performance-driven language popular in system software, application software, and even video games. It's a must-know for any modern-day programmer. This course will get you up and running fast. Author Peggy Fisher dissects the anatomy of C++, walking through flow-control features like expressions, loops, decisions, and functions, as well as its object-oriented classes and data structures. Peggy also covers file manipulation, error handling, and further resources to get you started on your own.
Topics include:
Downloading and exploring the C++ IDE
Working with loops
Using predefined functions
Creating custom functions
Creating and instantiating classes
Working with external files