How to write better classes in C++

Опубликовано: 08 Январь 2025
на канале: Zen Sepiol
3,486
159

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/icecr...
https://github.com/ZenSepiol
https://github.com/ocornut/imgui
https://github.com/epezent/implot