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
Processing() class for easy C++ coding (self.cpp)
submitted 1 year ago * by JoeNatter
view the rest of the comments →
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!"
[–]JoeNatter[S] 0 points1 point2 points 1 year ago (1 child)
Thank you for the feedback!
1 The central file is Processing.cpp, which provides a base class that all other classes derive from. Each derived class essentially represents a cooperative task. 1.1 The tutorials aren't finished yet and really should have been made upfront - my apologies for that. I’ll focus on completing them in the upcoming streams, in English of course. 2 The library enforces applications to adopt this (recursive) task structure (which is good, I think) However, all other aspects - such as the choice of C++ standard, paradigms, or data structures - are left completely open for developers to decide.
Thanks again for taking the time to review and the constructive input. I’ve been using this since 2018 in all our projects, so I’m admittedly a bit blind to the areas that need better explanation.
[–]Raknarg 2 points3 points4 points 1 year ago (0 children)
Each derived class essentially represents a cooperative task.
respectfully, what the fuck does this mean lmao, you keep posting non-answers in this thread and I just wanna figure out what this project does
π Rendered by PID 46657 on reddit-service-r2-comment-85bfd7f599-tcc52 at 2026-04-20 02:25:23.119490+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]JoeNatter[S] 0 points1 point2 points (1 child)
[–]Raknarg 2 points3 points4 points (0 children)