Basics of C++

So after going over chapter 0 and 1 from LearnCPP.com (https://www.learncpp.com/) (if you haven't been there, just visit and soak yourself in beautiful knowledge hub) and learning for few weeks, I made a small code for myself which will cover pretty much abstract of it. I hope this can be useful to learn things quickly and precise manner. 

I will still recommned to go in deep since I won't be covering how to setup the compiler and there's alot to learn prior even running this code. 

For this code I will use Visual Studio Community Edition 2022 (https://visualstudio.microsoft.com/). It's pretty much free for students, open-source and  individual developers.

Snapshot of Visual Studio Community Edition (2022)

Why learn C++?

For a while, I have been meaning to work on a side project on my own which will use this beautiful  GUI library. I just fell in love with it. Yes, I am talking about none other than dear, dearer and dearest Dear ImGui library 😅.

Dear ImGui Example with GLFW + OpenGL3
compiled on Visual Studio 2022