C++ Programming
4.0
(4)
32 learners
What you'll learn
This course includes
- 10.3 hours of video
- Certificate of completion
- Access on mobile and TV
Course content
1 modules • 50 lessons • 10.3 hours of video
C++ Programming
50 lessons
• 10.3 hours
C++ Programming
50 lessons
• 10.3 hours
- Introduction to C++ Programming10:32
- Writing a Simple C++ Program10:59
- Installing Source Code Editor and Compiler14:35
- Compiling & Executing C++ Programs (Windows CMD)12:18
- Compiling & Executing C++ Programs (VS Code)13:42
- Input and Output in C++18:09
- Namespaces in C++12:37
- Comments in C++11:42
- Comments in C++ (Exercise)10:19
- The 'while' Statement in C++15:18
- The 'for' Statement in C++11:49
- Reading an Unknown Number of Inputs in C++12:59
- The 'if-else' Statement in C++10:19
- The 'else-if' Statement in C++11:28
- C++ Program to Count Number of Consecutive Inputs12:21
- Indentation and Formatting of C++ Programs12:04
- Primitive Built-in Types in C++14:57
- Signed and Unsigned Types in C++14:46
- Machine-Level Representation of Built-in Types in C++14:06
- Type Conversions in C++15:04
- Literals in C++15:20
- Escape Sequences in C++12:13
- Variables in C++11:32
- Identifiers in C++11:20
- Scope of a Name in C++16:45
- Nested Scopes in C++11:06
- Compound Types in C++ (References)19:26
- Compound Types in C++ (Pointers)19:57
- const Qualifier in C++11:58
- References to const in C++13:13
- Pointers and const in C++15:58
- Top-Level and Low-Level const in C++19:28
- Constant Expressions11:50
- Pointers and constexpr in C++10:54
- Type Aliases in C++08:28
- Pointers, const, and Type Aliases in C++08:32
- The auto Type Specifier in C++08:23
- The decltype Type Specifier in C++09:08
- decltype and References in C++11:11
- The string Data Type in C++10:34
- Operations on Strings (Part 1)11:25
- Operations on Strings (Part 2)12:45
- Operations on Strings (Part 3)08:39
- Dealing with Characters in a String06:50
- Processing Every Character in a String10:20
- Processing Some Characters in a String14:02
- The Vector Type in C++06:33
- Defining and Initializing Vectors in C++13:59
- Adding Elements to a Vector in C++08:49
- Some more Vector Operations in C++11:44
