this post was submitted on 09 Jul 2025
7 points (88.9% liked)

C++

2068 readers
5 users here now

The center for all discussion and news regarding C++.

Rules

founded 2 years ago
MODERATORS
7
C++ with no classes? (pvs-studio.com)
submitted 4 weeks ago* (last edited 4 weeks ago) by CodiUnicorn@programming.dev to c/cpp@programming.dev
top 1 comments
sorted by: hot top controversial new old
[–] lambalicious@lemmy.sdf.org 1 points 3 weeks ago

Was hoping to see examples on how to implement everything in C++ without member objects (since that's what class provides, and struct is an alias, or viceversa, whatever), but still was not left at all disappointed.