{"id":6,"date":"2019-04-01T21:22:58","date_gmt":"2019-04-01T21:22:58","guid":{"rendered":"https:\/\/www.kindsonthegenius.com\/cplusplus\/?p=6"},"modified":"2019-04-05T19:03:29","modified_gmt":"2019-04-05T19:03:29","slug":"00-c-overview","status":"publish","type":"post","link":"https:\/\/kindsonthegenius.com\/cplusplus\/00-c-overview\/","title":{"rendered":"C++ Overview"},"content":{"rendered":"<p>Welcome to the first lesson in the C++ Programming Tutorials.<\/p>\n<p>We would cover the following:<\/p>\n<p>&nbsp;<\/p>\n<ol>\n<li><a href=\"#t1\">Overview of C++ Programming<\/a><\/li>\n<li><a href=\"#t2\">C++ as an Object Oriented Programming(OOP) Language<\/a><\/li>\n<li><a href=\"#t3\">Standard Libraries in C++<\/a><\/li>\n<li><a href=\"#t4\">Benefits of C++<\/a><\/li>\n<li><a href=\"#t5\">How to Succeed in Learning C++<\/a><\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<h4><strong id=\"t1\">1. Overview of C++ Programming<\/strong><\/h4>\n<p>C++ is an object oriented programming language developed by a computer scientist called Bjarne Stroustrup. It was introduced in the 1970s. You can use C++ to build different types of applications. This includes desktop application, games etc.<\/p>\n<p>C++ is recommended for persons who have some prio programming knowledge. Or maybe you study computer science. But you can also learn C++ as a beginner is you can put the right effort.<\/p>\n<p>C++ programming Language is kind of a a superset of the C programming language. So this means that with knowledge of C++, you would not need to learn C. Again, C++ is statically typed, which means that type checking is performed at run time.<\/p>\n<p>&nbsp;<\/p>\n<h4><strong id=\"t2\">2. C++ as an Object Oriented Programming Language<\/strong><\/h4>\n<p>C++ is one of the first languages to support object oriented programming. This means that the programs is modeled according to objects in the real world. More formally, object-oriented programming languages supports the following features:<\/p>\n<ul>\n<li>Encapsulation<\/li>\n<li>Inheritance<\/li>\n<li>Data Hiding<\/li>\n<li>Polymorhism<\/li>\n<\/ul>\n<p>These OOP Concepts would be discussed in details in subsequent lessons.<\/p>\n<p>&nbsp;<\/p>\n<h4><strong id = \"t3\">3. Standard Libraries in C++<\/strong><\/h4>\n<p>Standart C++ is made up of three main parts:<\/p>\n<ul>\n<li>The core programming language that provides all the necessary structures including data types, variables, functions, constants etc<\/li>\n<li>The C++ standard library\u00a0 that gives a rich set of functions for handling components such a strings, files, input\/outputs<\/li>\n<li>The Standard Template Library (STL). This provides a rich set of functions for manipulating data structures.<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h4><strong id = \"t4\">4. Benefits of C++<\/strong><\/h4>\n<p>From the analysis carried out by International Computer Programmers in 2019, C++ has a very high Learning-Curve-to-Demand index. This means that the C++ programmers rank very high in importance.<\/p>\n<p>Below are some of the reasons you need to learn C++<\/p>\n<p>C++ applies to a wide range of application domains. This means that you can use C++ to build things like games, desktop applications, standalone applications and many more<\/p>\n<p>C++ is very useful in writing applications that can communicate with hardware. For example device drivers and even other Unix-based operating systems<\/p>\n<p>Also, C++ is used in AI research and teaching since it contains various features from basic to advanced.<\/p>\n<p>&nbsp;<\/p>\n<h4><strong id = \"t5\">5. How to Succeed in Learning C++<\/strong><\/h4>\n<p>Since C++ is a bit different than other programming languages, the following hints would help you successfully learn C++:<\/p>\n<p><strong>Learn regularly<\/strong>: I would recommend taking out 30 minute every three days to learn<\/p>\n<p><strong>Use the Videos:<\/strong> Under each lesson following this one, there is a video. Try to use this video to understand the lesson<\/p>\n<p><strong>Understand the Concepts:<\/strong> While you practice the codes provided in this tutorials, also try to read the brief text provided so you can understand the concept.<\/p>\n<p><strong><a href=\"https:\/\/www.youtube.com\/watch?v=t45bfb5nLlU&amp;list=PL9l1zUfnZkZm1k_YM1fNcgMJD9IAatcWO\">Subscribe to the Video Lessons<\/a>:<\/strong> When you subscribe, you will get updates when new lessons are made. You also get reminders on when quiz is provided. This is the <a href=\"https:\/\/www.youtube.com\/watch?v=t45bfb5nLlU&amp;list=PL9l1zUfnZkZm1k_YM1fNcgMJD9IAatcWO\">link to the video lessons<\/a>.<\/p>\n<p>&nbsp;<\/p>\n<p>In the next lesson, we would setup and install Eclipse IDE and MinGW C++ compiler.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Welcome to the first lesson in the C++ Programming Tutorials. We would cover the following: &nbsp; Overview of C++ Programming C++ as an Object Oriented &hellip; <\/p>\n","protected":false},"author":1,"featured_media":9,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[2],"tags":[3],"class_list":["post-6","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-c-tutorials","tag-c-tutorials"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>C++ Overview - C++ Tutorials<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/kindsonthegenius.com\/cplusplus\/00-c-overview\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"C++ Overview - C++ Tutorials\" \/>\n<meta property=\"og:description\" content=\"Welcome to the first lesson in the C++ Programming Tutorials. We would cover the following: &nbsp; Overview of C++ Programming C++ as an Object Oriented &hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kindsonthegenius.com\/cplusplus\/00-c-overview\/\" \/>\n<meta property=\"og:site_name\" content=\"C++ Tutorials\" \/>\n<meta property=\"article:published_time\" content=\"2019-04-01T21:22:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-04-05T19:03:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/kindsonthegenius.com\/cplusplus\/wp-content\/uploads\/2019\/04\/Introduction-to-C-Programming-Language.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"893\" \/>\n\t<meta property=\"og:image:height\" content=\"424\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"kindsonthegenius\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"kindsonthegenius\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/kindsonthegenius.com\\\/cplusplus\\\/00-c-overview\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/kindsonthegenius.com\\\/cplusplus\\\/00-c-overview\\\/\"},\"author\":{\"name\":\"kindsonthegenius\",\"@id\":\"https:\\\/\\\/kindsonthegenius.com\\\/cplusplus\\\/#\\\/schema\\\/person\\\/59a11a9f72bb132f56f91ab9f8a58a0e\"},\"headline\":\"C++ Overview\",\"datePublished\":\"2019-04-01T21:22:58+00:00\",\"dateModified\":\"2019-04-05T19:03:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/kindsonthegenius.com\\\/cplusplus\\\/00-c-overview\\\/\"},\"wordCount\":536,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/kindsonthegenius.com\\\/cplusplus\\\/00-c-overview\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/kindsonthegenius.com\\\/cplusplus\\\/wp-content\\\/uploads\\\/2019\\\/04\\\/Introduction-to-C-Programming-Language.jpg\",\"keywords\":[\"C++ Tutorials\"],\"articleSection\":[\"C++ Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/kindsonthegenius.com\\\/cplusplus\\\/00-c-overview\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/kindsonthegenius.com\\\/cplusplus\\\/00-c-overview\\\/\",\"url\":\"https:\\\/\\\/kindsonthegenius.com\\\/cplusplus\\\/00-c-overview\\\/\",\"name\":\"C++ Overview - C++ Tutorials\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/kindsonthegenius.com\\\/cplusplus\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/kindsonthegenius.com\\\/cplusplus\\\/00-c-overview\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/kindsonthegenius.com\\\/cplusplus\\\/00-c-overview\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/kindsonthegenius.com\\\/cplusplus\\\/wp-content\\\/uploads\\\/2019\\\/04\\\/Introduction-to-C-Programming-Language.jpg\",\"datePublished\":\"2019-04-01T21:22:58+00:00\",\"dateModified\":\"2019-04-05T19:03:29+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/kindsonthegenius.com\\\/cplusplus\\\/#\\\/schema\\\/person\\\/59a11a9f72bb132f56f91ab9f8a58a0e\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/kindsonthegenius.com\\\/cplusplus\\\/00-c-overview\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/kindsonthegenius.com\\\/cplusplus\\\/00-c-overview\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/kindsonthegenius.com\\\/cplusplus\\\/00-c-overview\\\/#primaryimage\",\"url\":\"https:\\\/\\\/kindsonthegenius.com\\\/cplusplus\\\/wp-content\\\/uploads\\\/2019\\\/04\\\/Introduction-to-C-Programming-Language.jpg\",\"contentUrl\":\"https:\\\/\\\/kindsonthegenius.com\\\/cplusplus\\\/wp-content\\\/uploads\\\/2019\\\/04\\\/Introduction-to-C-Programming-Language.jpg\",\"width\":893,\"height\":424,\"caption\":\"Introduction to C++ Programming Language\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/kindsonthegenius.com\\\/cplusplus\\\/00-c-overview\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/kindsonthegenius.com\\\/cplusplus\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"C++ Overview\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/kindsonthegenius.com\\\/cplusplus\\\/#website\",\"url\":\"https:\\\/\\\/kindsonthegenius.com\\\/cplusplus\\\/\",\"name\":\"C++ Tutorials\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/kindsonthegenius.com\\\/cplusplus\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/kindsonthegenius.com\\\/cplusplus\\\/#\\\/schema\\\/person\\\/59a11a9f72bb132f56f91ab9f8a58a0e\",\"name\":\"kindsonthegenius\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b9d710de456c3d85e5614c3a6992fa3d527425e2ab32b8bd5d85bfbaa235004b?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b9d710de456c3d85e5614c3a6992fa3d527425e2ab32b8bd5d85bfbaa235004b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/b9d710de456c3d85e5614c3a6992fa3d527425e2ab32b8bd5d85bfbaa235004b?s=96&d=mm&r=g\",\"caption\":\"kindsonthegenius\"},\"url\":\"https:\\\/\\\/kindsonthegenius.com\\\/cplusplus\\\/author\\\/kindsonthegenius-3\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"C++ Overview - C++ Tutorials","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/kindsonthegenius.com\/cplusplus\/00-c-overview\/","og_locale":"en_US","og_type":"article","og_title":"C++ Overview - C++ Tutorials","og_description":"Welcome to the first lesson in the C++ Programming Tutorials. We would cover the following: &nbsp; Overview of C++ Programming C++ as an Object Oriented &hellip;","og_url":"https:\/\/kindsonthegenius.com\/cplusplus\/00-c-overview\/","og_site_name":"C++ Tutorials","article_published_time":"2019-04-01T21:22:58+00:00","article_modified_time":"2019-04-05T19:03:29+00:00","og_image":[{"width":893,"height":424,"url":"https:\/\/kindsonthegenius.com\/cplusplus\/wp-content\/uploads\/2019\/04\/Introduction-to-C-Programming-Language.jpg","type":"image\/jpeg"}],"author":"kindsonthegenius","twitter_card":"summary_large_image","twitter_misc":{"Written by":"kindsonthegenius","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/kindsonthegenius.com\/cplusplus\/00-c-overview\/#article","isPartOf":{"@id":"https:\/\/kindsonthegenius.com\/cplusplus\/00-c-overview\/"},"author":{"name":"kindsonthegenius","@id":"https:\/\/kindsonthegenius.com\/cplusplus\/#\/schema\/person\/59a11a9f72bb132f56f91ab9f8a58a0e"},"headline":"C++ Overview","datePublished":"2019-04-01T21:22:58+00:00","dateModified":"2019-04-05T19:03:29+00:00","mainEntityOfPage":{"@id":"https:\/\/kindsonthegenius.com\/cplusplus\/00-c-overview\/"},"wordCount":536,"commentCount":0,"image":{"@id":"https:\/\/kindsonthegenius.com\/cplusplus\/00-c-overview\/#primaryimage"},"thumbnailUrl":"https:\/\/kindsonthegenius.com\/cplusplus\/wp-content\/uploads\/2019\/04\/Introduction-to-C-Programming-Language.jpg","keywords":["C++ Tutorials"],"articleSection":["C++ Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/kindsonthegenius.com\/cplusplus\/00-c-overview\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/kindsonthegenius.com\/cplusplus\/00-c-overview\/","url":"https:\/\/kindsonthegenius.com\/cplusplus\/00-c-overview\/","name":"C++ Overview - C++ Tutorials","isPartOf":{"@id":"https:\/\/kindsonthegenius.com\/cplusplus\/#website"},"primaryImageOfPage":{"@id":"https:\/\/kindsonthegenius.com\/cplusplus\/00-c-overview\/#primaryimage"},"image":{"@id":"https:\/\/kindsonthegenius.com\/cplusplus\/00-c-overview\/#primaryimage"},"thumbnailUrl":"https:\/\/kindsonthegenius.com\/cplusplus\/wp-content\/uploads\/2019\/04\/Introduction-to-C-Programming-Language.jpg","datePublished":"2019-04-01T21:22:58+00:00","dateModified":"2019-04-05T19:03:29+00:00","author":{"@id":"https:\/\/kindsonthegenius.com\/cplusplus\/#\/schema\/person\/59a11a9f72bb132f56f91ab9f8a58a0e"},"breadcrumb":{"@id":"https:\/\/kindsonthegenius.com\/cplusplus\/00-c-overview\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kindsonthegenius.com\/cplusplus\/00-c-overview\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kindsonthegenius.com\/cplusplus\/00-c-overview\/#primaryimage","url":"https:\/\/kindsonthegenius.com\/cplusplus\/wp-content\/uploads\/2019\/04\/Introduction-to-C-Programming-Language.jpg","contentUrl":"https:\/\/kindsonthegenius.com\/cplusplus\/wp-content\/uploads\/2019\/04\/Introduction-to-C-Programming-Language.jpg","width":893,"height":424,"caption":"Introduction to C++ Programming Language"},{"@type":"BreadcrumbList","@id":"https:\/\/kindsonthegenius.com\/cplusplus\/00-c-overview\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/kindsonthegenius.com\/cplusplus\/"},{"@type":"ListItem","position":2,"name":"C++ Overview"}]},{"@type":"WebSite","@id":"https:\/\/kindsonthegenius.com\/cplusplus\/#website","url":"https:\/\/kindsonthegenius.com\/cplusplus\/","name":"C++ Tutorials","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kindsonthegenius.com\/cplusplus\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/kindsonthegenius.com\/cplusplus\/#\/schema\/person\/59a11a9f72bb132f56f91ab9f8a58a0e","name":"kindsonthegenius","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/b9d710de456c3d85e5614c3a6992fa3d527425e2ab32b8bd5d85bfbaa235004b?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/b9d710de456c3d85e5614c3a6992fa3d527425e2ab32b8bd5d85bfbaa235004b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b9d710de456c3d85e5614c3a6992fa3d527425e2ab32b8bd5d85bfbaa235004b?s=96&d=mm&r=g","caption":"kindsonthegenius"},"url":"https:\/\/kindsonthegenius.com\/cplusplus\/author\/kindsonthegenius-3\/"}]}},"_links":{"self":[{"href":"https:\/\/kindsonthegenius.com\/cplusplus\/wp-json\/wp\/v2\/posts\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kindsonthegenius.com\/cplusplus\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kindsonthegenius.com\/cplusplus\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kindsonthegenius.com\/cplusplus\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kindsonthegenius.com\/cplusplus\/wp-json\/wp\/v2\/comments?post=6"}],"version-history":[{"count":2,"href":"https:\/\/kindsonthegenius.com\/cplusplus\/wp-json\/wp\/v2\/posts\/6\/revisions"}],"predecessor-version":[{"id":10,"href":"https:\/\/kindsonthegenius.com\/cplusplus\/wp-json\/wp\/v2\/posts\/6\/revisions\/10"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kindsonthegenius.com\/cplusplus\/wp-json\/wp\/v2\/media\/9"}],"wp:attachment":[{"href":"https:\/\/kindsonthegenius.com\/cplusplus\/wp-json\/wp\/v2\/media?parent=6"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kindsonthegenius.com\/cplusplus\/wp-json\/wp\/v2\/categories?post=6"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kindsonthegenius.com\/cplusplus\/wp-json\/wp\/v2\/tags?post=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}