RANKS 🏅
Growth of your engineering brain
engineering-brain
A structured way of finding legitimacy of any solution
In a straightforward 2-step mental inquiry, you can generally quantify the suitability and legitimacy of almost anything from coding solutions to important choices in life.
Tanzim Saqib
Sep 18, 2020 • 3 MIN READ
modern-c++
Static library linking with CMake and VS:MSVC & CLion:G++
Adding a package in C++ is not exactly like pip install or npm i. It varies among build systems, OSes, compilers, and IDEs. We explore an easy to apply solution.
Tanzim Saqib
Sep 17, 2020 • 4 MIN READ
modern-c++
Lets get the Hello C++ out of the way!
While relearning C++, the mandatory and first post for any programming journey, a hello world program needs to be written. Let's get that out of our way.
Tanzim Saqib
Sep 16, 2020 • 2 MIN READ
modern-c++
Why (modern) C++ and why now?
C++, a 35-year old, is the fastest-growing programming language in September 2020! Why is Modern C++ still relevant and worth considering to relearn?
Tanzim Saqib
Sep 15, 2020 • 5 MIN READ