C++ Tutorial Full Course for Beginners:

C++ is the extension of the C programming language. It is created by Bjarne Stroustrup. It has first appeared in the year 1985. C++ is standardized by the ISO(International Organization for Standardization). The C++ contains modern generic and functional features in addition to facilities for low-level Manipulation. C++ is designed by a bias of embedded and system programming.
Advantages of C++ language:
1. Portability:
- It offers to run the program on different programming systems in an easy way.
2. Object-Oriented:
- It includes concepts like classes, inheritance, polymorphism, encapsulation, data abstraction which makes the program reliable.
3. Low-level manipulation:
- It allows low-level manipulation to a certain level. As the C++ is an extension of the C programming language, it allows the low-level manipulation. Complirer and embedded systems are created by C++.
4. Memory management:
- It is an asset as well as liability to the programmer. This concept is implemented with the help of Dynamic Memory Allocation(DMA).
5. Large community support:
- It has a large community that supports it by providing online lectures.
Disadvantages of C++ language:
1. Use of pointers
2. Security Issues
3. Absence of Garbage Collector
4. Absence of Built-in thread
This video will help you to revise yourself for C++ basics. It covers all the topics for all the three categories of learners, beginner, intermediate and experienced professionals. Below are the topics covered in this tutorial:
01:55 Basics of C++01:09:55 OOPS in C++
01:23:10 Advanced Topics in C++
01:33:14 Interview Questions based on C++
CopyRights from EDUREKA
Post a comment