C++
- Offered bySoloLearn
C++ at SoloLearn Overview
Total fee | Free |
Mode of learning | Online |
Schedule type | Self paced |
Official Website | Explore Free Course |
Credential | Certificate |
C++ at SoloLearn Highlights
- Hands-on exercises
C++ at SoloLearn Course details
- Data types
- Arrays
- Pointers
- Conditional statements
- Loops
- Functions
- C++ tutorial covers basic concepts, data types, arrays, pointers, conditional statements, loops, functions, classes, objects, inheritance, and polymorphism
C++ at SoloLearn Curriculum
Basic Concepts
Welcome to C++
Your First C++ Program
Your First Program
Headers and namespaces
New Lines
New Lines
Comments
To Comment or Not To Comment
Variables
Sharing Is Caring
Working with Variables
Taking Inputs
More on Variables
Basic Arithmetic
Your Culinary Masterpiece
Assignment and Increment Operators
Bank Account Balance
Module 1 Quiz
12 Code project
Conditionals and Loops
The if Statement
Got enough RAM?
The else Statement
Even Or Odd
The while Loop
Multiples of 3
Using a while Loop
Countdown
The for Loop
Bon Voyage!
Who Doesn't Love A Discount?
The switch Statement
Cup O' Joe
Logical Operators
Rock the Space!
Module 2 Quiz
22 Code project
Data Types, Arrays, Pointers
Introduction to Data Types
Once Upon A Time In America
int, float, double
Fever
String, char, bool
Variable Naming Rules
Arrays
First, fifth and last
Using Arrays in Loops
Arrays in Calculations
What's My Discount?
Multi-Dimensional Arrays
Movie Tickets
Introduction to Pointers
More on Pointers
Dynamic Memory
Find The Largest Element
The sizeof() Operator
How Many Employees?
Module 3 Quiz
36 Code project
Functions
Introduction to Functions
Keep Learning
Function Parameters
Hours To Minutes
Functions with Multiple Parameters
Roll The Dice!
The rand() Function
Setting Your PIN
Default Arguments
Placing Your Order
Function Overloading
Calculating Sums
Recursion
Battle Of The Cakes
Passing Arrays to Functions
Who's The Lucky Winner?
Pass by Reference with Pointers
More Megabytes Please!
Module 4 Quiz
47 Code project