this post was submitted on 09 Jul 2025
7 points (88.9% liked)
C++
2076 readers
6 users here now
The center for all discussion and news regarding C++.
Rules
- Respect instance rules.
- Don't be a jerk.
- Please keep all posts related to C++.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Was hoping to see examples on how to implement everything in C++ without member objects (since that's what
class
provides, andstruct
is an alias, or viceversa, whatever), but still was not left at all disappointed.