this post was submitted on 31 Jan 2025
8 points (90.0% liked)
C++
1838 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
Yeah basically C++ is fun (or "fun") in that in order to try and get what code does or what it means you have pretty much no other alternative than trying to compile it.
There are a number of terms that have only one meaning and can appear in only one "semantic place", such as
namespace
,return
and... I think that's it? Maybe (maaaaybe).*
. So it's little enough that doesn't give you that much good information if you try and hand-parse them out from the code you have.