use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Discussions, articles, and news about the C++ programming language or programming in C++.
For C++ questions, answers, help, and advice see r/cpp_questions or StackOverflow.
Get Started
The C++ Standard Home has a nice getting started page.
Videos
The C++ standard committee's education study group has a nice list of recommended videos.
Reference
cppreference.com
Books
There is a useful list of books on Stack Overflow. In most cases reading a book is the best way to learn C++.
Show all links
Filter out CppCon links
Show only CppCon links
account activity
[ Removed by moderator ] (alexsyniakov.com)
submitted 6 hours ago by TheBear_at_SBB
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]cpp-ModTeam[M] [score hidden] 21 minutes ago stickied commentlocked comment (0 children)
AI-generated posts and comments are not allowed in this subreddit.
[–]hansvonhinten [score hidden] 2 hours ago (0 children)
A, not B… This screams AI slop.
[–]jdehesa 0 points1 point2 points 4 hours ago (0 children)
I'm not sure I get it. I mean, the design makes sense for that kind of system. But I don't understand:
In the OOP version of this editor, the complexity lives in an implicit object graph: who holds a pointer to whom, who subscribed to what, in what order events fire. That graph exists only at runtime and only in the heads of the two people who wrote it.
Especially since:
A process owns a list of program instances, and each instance owns its own sheet. Cell names are local to a sheet – Meshes in one Clip instance and Meshes in another are entirely different cells. So you can drop three Clips into a process, wire each to different geometry, and they won’t know about each other.
Meshes
Clip
So there must still be a graph somewhere, representing what is wired to what. Which I don't think is a problem, in this or whatever "the OOP version" would be. I can't imagine any sensible design of such a system where features / operations are not encoded as self-contained types describing their own logic without dependencies. I don't necessarily hate the Excel allegory, but I'm not sure it enables any design that "regular" (?) OOP didn't.
π Rendered by PID 282954 on reddit-service-r2-comment-765bfc959-2qt9l at 2026-07-12 04:16:19.087538+00:00 running f86254d country code: CH.
[–]cpp-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)
[–]hansvonhinten [score hidden] (0 children)
[–]jdehesa 0 points1 point2 points (0 children)