Introduction to C++ is the first course in the C++ for C Programmers series.
This course teaches you the basic differences between C++ and C and gets you started writing C++ programs.
After completing this course, you will be able to write C++ programs that:
Use function prototypes and static_cast to ensure type safety
Use the single-line comment style
Use reference declarations to creates aliases for variables
Pass arguments to functions using call-by-reference