C++ Essential Training
Offered By: LinkedIn Learning
Course Description
Overview
Learn the syntax, language features, programming techniques, best practices, and more, that you need to be successful with C++.
Syllabus
Introduction
- Learn C++
- Using the exercise files
- What is C++?
- The C++ toolchain
- Using an IDE with the exercise files
- Check for std::format support
- Basic syntax
- Anatomy of a C++ program
- Statements and expressions
- Identifiers
- Defining variables
- Pointers and references
- Conditionals
- Loops
- Iterating with for
- Functions
- Overview of data types
- Integer types
- Floating point types
- The auto type
- Qualifiers
- Type aliases
- Primitive arrays
- C-strings
- Structures
- Challenge: Library card
- Solution: Library card
- Common operators
- Compound assignment operators
- Increment and decrement operators
- Operator precedence
- Challenge: Prime numbers
- Solution: Prime numbers
- Overview of C++ functions
- Passing values to a function
- Returning values from a function
- Using recursion
- Challenge: Non-recursive factorial
- Solution: Non-recursive factorial
- Overview of classes and objects
- Data members
- Function members
- Constructors and destructors
- Operator overloads
- Non-member operators
- Challenge: Non-member operators
- Solution: Non-member operators
- Understanding templates
- Template functions
- Template classes
- Challenge: Template factorial
- Solution: Template factorial
- Overview of the STL
- Vectors
- Strings
- Format
- I/O Stream
- Challenge: Transform a file (STL)
- Solution: Transform a file (STL)
- Thank you
Taught by
Bill Weinman
Related Courses
Initiation à la programmation (en C++)École Polytechnique Fédérale de Lausanne via Coursera Introduction to Computing 计算概论A
Peking University via Coursera Programming Basics
Indian Institute of Technology Bombay via edX 程序设计基础
Peking University via edX 計算機程式設計 (Computer Programming)
National Taiwan University via Coursera