Обложка канала

Библиотека C/C++ разработчика

14677 @cppproglib

Полезные материалы по всему, что может быть полезно плюсовику/сишнику.

Библиотека C/C++ разработчика

4 года назад
Открыть в
Five tricky topics for data members in C++20

Working with data members and class design is essential to almost any project in C++. In this article, I gathered five topics that I hope will get you curious about the internals of C++. 1. Changing status of aggregates   Intuitively a simple class type, or an array should be treated as “aggregate” type.

C++ Stories