#CppForBeginners #CppTutorials #EasyWayToLearnC #CppByItsHammad
Recommended Book:
http://www.lmpt.univ-tours.fr/~volkov/C++.pdf
Dev C++ (Just download and install):
https://sourceforge.net/projects/orwelldevcpp/files/latest/download
Hi Everyone,
In these tutorials, I'll start from scratch like with the installation process on most famous operating systems. Tutorials will focus on the basics ideas of C++ terminology and then start practicing codes related to them. These tutorials will helps you a lot to pass any interview related C++ programming.
In this video you will learn:
Introduction to C++ Language: (0:00)
Installation of C++ on windows : (03:53)
Installation of C++ on linux/ubuntu : (04:29)
How to run a C++ code on linux/ubuntu? : (06:06)
Syntax of C++ in easy way: (09:41)
How to give multiples output in C++?: (15:39)
How to get input by user in C++?: (17:17)
Quiz # 1 : (19:26)
The Overall Contents which will cover in these tutorials are:
1. Introduction:
i. Installation
ii. Syntax of C++
iii. Input and Output in C++
2. Fundamentals of C++:
i. Comments and Variables in C++
ii. Operators in C++
iii. Strings in C++
iv. Math and boolean in C++
v. Conditional Statements in C++
vi. Loops in C++
vii. Switch/break/continue in C++
viii. Arrays in C++
ix. Files handling in C++
3. Functions in C++:
i. Introductions to Functions in C++
ii. Parameters and Calling of Functions in C++
iii. Function over handling in C++
4. Classes in C++:
i. Class and objects in C++
ii. Class Specifiers in C++
iii. Constructors and Destructors in Classes of C++
iv. Class Inheritance
After covering these topics, I'm damn sure you can easily qualify a C++ interview, or will have a very good how know of C++.