C++ is one of the most versatile and popular Object Oriented languages. It has been used to develop several important applications and is still highly relevant today. The V8 engine used by the NodeJS runtime and the Chrome browser has been written using C++.
This course will give newcomers and those who are familiar with C++ a comprehensive look into all the important concepts and constructs used to write code in C++.
You will get a comprehensive understanding of the following topics in this course:
Declaring and defining Variables, Scoping
References and Pointers
Reading and writing to the console
Flow control
Important standard library types - Vector and String classes
Overloading
Classes and the various constructors
Move operations
File Streams
String Streams
Dynamic Memory Management
Inheritance and virtual functions
Templates
Tools for large enterprise programs
Course Methodology
The course takes a hands-on approach and explains the concepts with easy to digest C++ code which is also available for download. The source code used is compatible across all modern versions of C++ and has been written to be platform independent so you should be able to run the source code on any environment be it a Mac or Linux or Windows.
You will be given a quick overview of basic programming constructs followed by core C++ topics including but not limited to classes, templates, inheritance, virtual functions, overloading etc. By using these constructs you will also be getting an introduction to Object Oriented programming. By the end of the course you will be comfortable enough to use the facilities that C++ provides to write Object Oriented code.