{"id":164,"date":"2020-08-23T08:11:18","date_gmt":"2020-08-23T08:11:18","guid":{"rendered":"https:\/\/www.kindsonthegenius.com\/cplusplus\/?page_id=164"},"modified":"2020-08-23T08:12:57","modified_gmt":"2020-08-23T08:12:57","slug":"table-of-content","status":"publish","type":"page","link":"https:\/\/www.kindsonthegenius.com\/cplusplus\/","title":{"rendered":"Table of Content"},"content":{"rendered":"<div class=\"pt-cv-wrapper\"><div class=\"pt-cv-view pt-cv-grid pt-cv-colsys\" id=\"pt-cv-view-eccaeb0rsy\"><div data-id=\"pt-cv-page-1\" class=\"pt-cv-page\" data-cvc=\"1\"><div class=\"col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col\" ><div class='pt-cv-ifield'><h4 class=\"pt-cv-title\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/00-c-overview\/\" class=\"_self\" target=\"_self\" >C++ Overview<\/a><\/h4>\n<div class=\"pt-cv-content\">Welcome to the first lesson in the C++ Programming Tutorials. We would cover the following: Overview of C++ Programming C++ ...<br \/><div class=\"pt-cv-rmwrap\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/00-c-overview\/\" class=\"_self pt-cv-readmore btn btn-success\" target=\"_self\">Read More<\/a><\/div><\/div><\/div><\/div>\n<div class=\"col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col\" ><div class='pt-cv-ifield'><h4 class=\"pt-cv-title\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/01-c-installation-and-setup\/\" class=\"_self\" target=\"_self\" >C++ Installation and Setup<\/a><\/h4>\n<div class=\"pt-cv-content\">In this lesson, we are going to learn how to install and setup C++ IDE and compiler in our computer ...<br \/><div class=\"pt-cv-rmwrap\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/01-c-installation-and-setup\/\" class=\"_self pt-cv-readmore btn btn-success\" target=\"_self\">Read More<\/a><\/div><\/div><\/div><\/div>\n<div class=\"col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col\" ><div class='pt-cv-ifield'><h4 class=\"pt-cv-title\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/02-c-basic-syntax\/\" class=\"_self\" target=\"_self\" >C++ Basic Syntax<\/a><\/h4>\n<div class=\"pt-cv-content\">In this chapter, we would learn the basic syntax of the C++ programming language. We would cover the following: Basic ...<br \/><div class=\"pt-cv-rmwrap\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/02-c-basic-syntax\/\" class=\"_self pt-cv-readmore btn btn-success\" target=\"_self\">Read More<\/a><\/div><\/div><\/div><\/div>\n<div class=\"col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col\" ><div class='pt-cv-ifield'><h4 class=\"pt-cv-title\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-data-types\/\" class=\"_self\" target=\"_self\" >C++ Data Types<\/a><\/h4>\n<div class=\"pt-cv-content\">We would cover C++ Data Types in this lesson under the following topics: Introduction to C++ Data Types C++ Built-in ...<br \/><div class=\"pt-cv-rmwrap\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-data-types\/\" class=\"_self pt-cv-readmore btn btn-success\" target=\"_self\">Read More<\/a><\/div><\/div><\/div><\/div>\n<div class=\"col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col\" ><div class='pt-cv-ifield'><h4 class=\"pt-cv-title\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-variable-declaration-and-definition\/\" class=\"_self\" target=\"_self\" >C++ Variable Declaration and Definition<\/a><\/h4>\n<div class=\"pt-cv-content\">We already know that data is stored in memory. So variables allow you to name the storage for your data ...<br \/><div class=\"pt-cv-rmwrap\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-variable-declaration-and-definition\/\" class=\"_self pt-cv-readmore btn btn-success\" target=\"_self\">Read More<\/a><\/div><\/div><\/div><\/div>\n<div class=\"col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col\" ><div class='pt-cv-ifield'><h4 class=\"pt-cv-title\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-input-and-output\/\" class=\"_self\" target=\"_self\" >C++ Input and Output<\/a><\/h4>\n<div class=\"pt-cv-content\">IN this section, we would learn about C++ inputs and output. This is very important in writing interactive programs that ...<br \/><div class=\"pt-cv-rmwrap\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-input-and-output\/\" class=\"_self pt-cv-readmore btn btn-success\" target=\"_self\">Read More<\/a><\/div><\/div><\/div><\/div>\n<div class=\"col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col\" ><div class='pt-cv-ifield'><h4 class=\"pt-cv-title\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-type-conversion\/\" class=\"_self\" target=\"_self\" >C++ Type Conversion<\/a><\/h4>\n<div class=\"pt-cv-content\">In this lesson, we are going to cover the basics of type conversion in C++. We would examine various examples ...<br \/><div class=\"pt-cv-rmwrap\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-type-conversion\/\" class=\"_self pt-cv-readmore btn btn-success\" target=\"_self\">Read More<\/a><\/div><\/div><\/div><\/div>\n<div class=\"col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col\" ><div class='pt-cv-ifield'><h4 class=\"pt-cv-title\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-operators\/\" class=\"_self\" target=\"_self\" >C++ Operators<\/a><\/h4>\n<div class=\"pt-cv-content\">In this tutorial, you will learn about the various operators available in C++. An operator is a symbol that tell ...<br \/><div class=\"pt-cv-rmwrap\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-operators\/\" class=\"_self pt-cv-readmore btn btn-success\" target=\"_self\">Read More<\/a><\/div><\/div><\/div><\/div>\n<div class=\"col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col\" ><div class='pt-cv-ifield'><h4 class=\"pt-cv-title\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-conditional-statements\/\" class=\"_self\" target=\"_self\" >C++ Conditional Statements<\/a><\/h4>\n<div class=\"pt-cv-content\">In this lesson, we would learn how to use use conditional statement in C++. Conditional statements allow you to alter ...<br \/><div class=\"pt-cv-rmwrap\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-conditional-statements\/\" class=\"_self pt-cv-readmore btn btn-success\" target=\"_self\">Read More<\/a><\/div><\/div><\/div><\/div>\n<div class=\"col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col\" ><div class='pt-cv-ifield'><h4 class=\"pt-cv-title\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-loops\/\" class=\"_self\" target=\"_self\" >C++ Loops<\/a><\/h4>\n<div class=\"pt-cv-content\">A loop allows you to execute a statement or groups of statements multiple times based on certain condition. In this ...<br \/><div class=\"pt-cv-rmwrap\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-loops\/\" class=\"_self pt-cv-readmore btn btn-success\" target=\"_self\">Read More<\/a><\/div><\/div><\/div><\/div>\n<div class=\"col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col\" ><div class='pt-cv-ifield'><h4 class=\"pt-cv-title\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-functions\/\" class=\"_self\" target=\"_self\" >C++ Functions<\/a><\/h4>\n<div class=\"pt-cv-content\">Functions are so important that any program you write in C++ must have at least one function. That is the ...<br \/><div class=\"pt-cv-rmwrap\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-functions\/\" class=\"_self pt-cv-readmore btn btn-success\" target=\"_self\">Read More<\/a><\/div><\/div><\/div><\/div>\n<div class=\"col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col\" ><div class='pt-cv-ifield'><h4 class=\"pt-cv-title\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-arrays\/\" class=\"_self\" target=\"_self\" >C++ Arrays<\/a><\/h4>\n<div class=\"pt-cv-content\">IN this lesson, we would consider Arrays. This is a very important topic, not just in C++, but across all ...<br \/><div class=\"pt-cv-rmwrap\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-arrays\/\" class=\"_self pt-cv-readmore btn btn-success\" target=\"_self\">Read More<\/a><\/div><\/div><\/div><\/div>\n<div class=\"col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col\" ><div class='pt-cv-ifield'><h4 class=\"pt-cv-title\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-string-manipulation\/\" class=\"_self\" target=\"_self\" >C++ String Manipulation<\/a><\/h4>\n<div class=\"pt-cv-content\">In this lesson, you will learn about string manipulation in C++. We'll cover all the various operations that you can ...<br \/><div class=\"pt-cv-rmwrap\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-string-manipulation\/\" class=\"_self pt-cv-readmore btn btn-success\" target=\"_self\">Read More<\/a><\/div><\/div><\/div><\/div>\n<div class=\"col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col\" ><div class='pt-cv-ifield'><h4 class=\"pt-cv-title\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-pointers\/\" class=\"_self\" target=\"_self\" >C++ Pointers<\/a><\/h4>\n<div class=\"pt-cv-content\">In this lesson, we would learn about C++ pointers. This is one of the few topics that is distinguishes C++ ...<br \/><div class=\"pt-cv-rmwrap\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-pointers\/\" class=\"_self pt-cv-readmore btn btn-success\" target=\"_self\">Read More<\/a><\/div><\/div><\/div><\/div>\n<div class=\"col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col\" ><div class='pt-cv-ifield'><h4 class=\"pt-cv-title\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-references\/\" class=\"_self\" target=\"_self\" >C++ References<\/a><\/h4>\n<div class=\"pt-cv-content\">The concepts of references\u00a0 is one of the key concepts in programming. This is regardless of the programming language. So ...<br \/><div class=\"pt-cv-rmwrap\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-references\/\" class=\"_self pt-cv-readmore btn btn-success\" target=\"_self\">Read More<\/a><\/div><\/div><\/div><\/div>\n<div class=\"col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col\" ><div class='pt-cv-ifield'><h4 class=\"pt-cv-title\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-data-structures\/\" class=\"_self\" target=\"_self\" >C++ Data Structures<\/a><\/h4>\n<div class=\"pt-cv-content\">In this lesson, we would learn about C++ data structures. We'll see how to create them and how to use ...<br \/><div class=\"pt-cv-rmwrap\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-data-structures\/\" class=\"_self pt-cv-readmore btn btn-success\" target=\"_self\">Read More<\/a><\/div><\/div><\/div><\/div>\n<div class=\"col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col\" ><div class='pt-cv-ifield'><h4 class=\"pt-cv-title\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-oop-basics\/\" class=\"_self\" target=\"_self\" >C++ OOP &#8211; Basics<\/a><\/h4>\n<div class=\"pt-cv-content\">We are not stepping into\u00a0 the world of OOP. Somehow, every modern programming language supports some form of OOP features ...<br \/><div class=\"pt-cv-rmwrap\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-oop-basics\/\" class=\"_self pt-cv-readmore btn btn-success\" target=\"_self\">Read More<\/a><\/div><\/div><\/div><\/div>\n<div class=\"col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col\" ><div class='pt-cv-ifield'><h4 class=\"pt-cv-title\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-oop-constructors\/\" class=\"_self\" target=\"_self\" >C++ OOP &#8211; Constructors<\/a><\/h4>\n<div class=\"pt-cv-content\">In this lesson, we will cover Constructors and Copy Constructors in C++ under the following topics: What is a Constructor? ...<br \/><div class=\"pt-cv-rmwrap\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-oop-constructors\/\" class=\"_self pt-cv-readmore btn btn-success\" target=\"_self\">Read More<\/a><\/div><\/div><\/div><\/div>\n<div class=\"col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col\" ><div class='pt-cv-ifield'><h4 class=\"pt-cv-title\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-oop-inheritance\/\" class=\"_self\" target=\"_self\" >C++ OOP &#8211; Inheritance<\/a><\/h4>\n<div class=\"pt-cv-content\">In the previous lesson we covered the Constructors. In this lesson, we would examine yet another OOP concept: Inheritance. The ...<br \/><div class=\"pt-cv-rmwrap\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-oop-inheritance\/\" class=\"_self pt-cv-readmore btn btn-success\" target=\"_self\">Read More<\/a><\/div><\/div><\/div><\/div>\n<div class=\"col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col\" ><div class='pt-cv-ifield'><h4 class=\"pt-cv-title\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-oop-function-overriding\/\" class=\"_self\" target=\"_self\" >C++ OOP &#8211; Function Overriding<\/a><\/h4>\n<div class=\"pt-cv-content\">Overriding is yet another importance feature in OOP. Although its application is not restricted to OOP, we'll use OOP as ...<br \/><div class=\"pt-cv-rmwrap\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-oop-function-overriding\/\" class=\"_self pt-cv-readmore btn btn-success\" target=\"_self\">Read More<\/a><\/div><\/div><\/div><\/div>\n<div class=\"col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col\" ><div class='pt-cv-ifield'><h4 class=\"pt-cv-title\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-overloading\/\" class=\"_self\" target=\"_self\" >C++ Overloading<\/a><\/h4>\n<div class=\"pt-cv-content\">In this lesson we would cover C++ overloading. Precisely, you'll learn about Function Overloading and Operator Overloading. Function Overloading Operator ...<br \/><div class=\"pt-cv-rmwrap\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-overloading\/\" class=\"_self pt-cv-readmore btn btn-success\" target=\"_self\">Read More<\/a><\/div><\/div><\/div><\/div>\n<div class=\"col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col\" ><div class='pt-cv-ifield'><h4 class=\"pt-cv-title\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-oop-polymorphism\/\" class=\"_self\" target=\"_self\" >C++ OOP &#8211; Polymorphism<\/a><\/h4>\n<div class=\"pt-cv-content\">As a word, Polymorphism means 'many forms'. In OOP, it arise when there are classes that are related to each ...<br \/><div class=\"pt-cv-rmwrap\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-oop-polymorphism\/\" class=\"_self pt-cv-readmore btn btn-success\" target=\"_self\">Read More<\/a><\/div><\/div><\/div><\/div>\n<div class=\"col-md-12 col-sm-12 col-xs-12 pt-cv-content-item pt-cv-2-col\" ><div class='pt-cv-ifield'><h4 class=\"pt-cv-title\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-oop-virtual-functions\/\" class=\"_self\" target=\"_self\" >C++ OOP &#8211; Virtual Functions<\/a><\/h4>\n<div class=\"pt-cv-content\">In this lesson, we would cover Virtual Functions. We'll also see example where it is used. Introduction to Virtual Functions ...<br \/><div class=\"pt-cv-rmwrap\"><a href=\"https:\/\/www.kindsonthegenius.com\/cplusplus\/c-oop-virtual-functions\/\" class=\"_self pt-cv-readmore btn btn-success\" target=\"_self\">Read More<\/a><\/div><\/div><\/div><\/div><\/div><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-164","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.kindsonthegenius.com\/cplusplus\/wp-json\/wp\/v2\/pages\/164","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.kindsonthegenius.com\/cplusplus\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.kindsonthegenius.com\/cplusplus\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.kindsonthegenius.com\/cplusplus\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kindsonthegenius.com\/cplusplus\/wp-json\/wp\/v2\/comments?post=164"}],"version-history":[{"count":2,"href":"https:\/\/www.kindsonthegenius.com\/cplusplus\/wp-json\/wp\/v2\/pages\/164\/revisions"}],"predecessor-version":[{"id":167,"href":"https:\/\/www.kindsonthegenius.com\/cplusplus\/wp-json\/wp\/v2\/pages\/164\/revisions\/167"}],"wp:attachment":[{"href":"https:\/\/www.kindsonthegenius.com\/cplusplus\/wp-json\/wp\/v2\/media?parent=164"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}