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

Dear ImGui (https://github.com/ocornut/imgui) is bloatfree C++ graphical user interface library. It is fast, portable and mainly has very minimal external depedencies. You can have a look at how many people has made some cool softwares with it yourself over here (https://github.com/ocornut/imgui/labels/gallery).

This library is fully written in C++ and me being in love with it wanting my side project to be fully based on this, I decided to learn modern C++. So after researching a bit, I stumbled over one of the best learning resources for the beginner. LearnCpp.com (https://www.learncpp.com/).

My intent here is to keep these posts short and friendly so as to serve as a quick reference posts for myself and new beginners. The author has really poured his heart into the knowledge over that website. I recommend it to anyone who is very new to C++.


No comments:

Post a Comment