Take your first steps into the world of C++ language
- Description
- Curriculum
- FAQ
- Reviews
Hi guys,
In this course, I selected only the necessary ideas and functionalities that you need to start programming in C++.
Because when I started programming in C++, I found a lot of details that I didn’t need as a beginner. So I made this course for you from that point of view. Where I will be showing you only the necessary ideas that a beginner needs to start his or her C++ programming journey.
I will be showing you which software is easy and better to start writing your programs. After that a talk about variables, arrays and other beginner friendly concepts.
In the end, I show you concepts about object-oriented programming : classes, constructors, …
-
3Variables in C++Video lesson
Hi guys,
In this video, we will talk about variables in C++.
I will tell you what are the types of variables that we can find in C++, how can we declare it and print it
-
4The wrong answerQuiz
In this quiz, I will give you 4 proposals of how to declare a variable.
So in theses 4 proposals, there is one wrong.
You need to know which one is the wrong answer
-
5If statement in C++Video lesson
Hi guys,
In this video, I will show you how can we declare an "if statement" in C++ then how can we use it to make any condition we want.
After that I will give you an example so that you will take an idea of it and you can do your own program.
-
6true or falseQuiz
In this quiz, I will give you an example of how to write an if statement so you will tell me if it is true or false
-
7For loop in C++Video lesson
Hi guys,
In this video, I will show you how to declare and use the for loop in C++.
You will see that it's very easy after knowing the syntax because in my video I've tried to give you just the necessary because as a beginner you don't need all the details to start your first program.
-
8what is the right answer ?Quiz
In this quiz, I will give you a part of code that contains a for loop example, so you should tell me after printing the index, what will we find
-
10Functions in C++Video lesson
Hi guys,
In this video, I will show you how to declare and use functions in C++.
As we know the functions are very important in the programmation because they facilitate our life.
-
11What this funciton will return ?Quiz
In this quiz, I will give you a function with parameters and you should select what this function will return
-
13Classes in C++Video lesson
Hi guys,
In this video, I will show you how to declare and use classes in C++.
As we know the meaning of classes is like the structures but the advantage of the classes is that they are more powerful and secure than the structures.
And we can write the class the an external file then we call it the main program like that we have a clean work.
-
14Can we write this?Quiz
In this quiz, I will give you a part of code when I declared a class point then I used this class in the main program.
So I want you to tell me if that writing is true or false.
External Links May Contain Affiliate Links read more