C++Learn C++Videos

Learn C++ With Breaking Dependencies: The SOLID Principle by Klaus Iglberger (CppCon 2020) Video

SOLID consists of the five most essential software design principles namely: (S)ingle Responsibility (O)pen-closed Principle (L)iskov Substitution Principle (I)nterface Segregation Principle (D)ependency Inversion Principle These five principles have been established to be an effective collection of guidelines for nearly two decades. It was initially implemented as object-oriented programming…
Read more
C++C++11C++17Learn C++

Top C++ Compilers for Windows in 2020

If you are on the hunt for the best C/C++ compilers available today, this article lists the top C/C++ compilers for Windows with their features. It’s very hard, in fact, to identify which C++ compiler is the best for you, as this is mostly about what you want to…