Back to Browse

How to write better classes in C++

3.9K views
Jul 10, 2022
15:07

The core of C++ are classes. Most people are so busy writing the logic of their program, that they forget about some of the basics on how to write good classes. So let's have a look today what you should and shouldn't do, when writing classes in C++. Tools that I use: https://www.virtualbox.org/ https://kubuntu.org/ https://code.visualstudio.com/ https://llvm.org/ http://clang.org/ https://mesonbuild.com/index.html In code: https://github.com/renatoGarcia/icecream-cpp https://github.com/ZenSepiol https://github.com/ocornut/imgui https://github.com/epezent/implot

Download

0 formats

No download links available.

How to write better classes in C++ | NatokHD