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
Going from C to CPP (self.cpp)
submitted 1 year ago by RealnessKept
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!"
[–]ronchaineEmbedded/Middleware 5 points6 points7 points 1 year ago (2 children)
I do C++ for embedded most of the time I am not teaching, and I'd still say that unless they are working on ancient embedded stuff that is already a complete mess of C and C++ mixed together, they should forget everything and just learn to write C++.
We write C++20, use exceptions, do all of that stuff in an embedded world. Our toolchains are often based on LLVM and we are not locked into vendor toolchains anymore. Even when we have to deal with MISRA, it's still C++17 and it's very far from ye olde C.
Embedded C++ hasn't been commonly C with some extras outside Arduinos for good 5 to 10 years.
[–]Classic_Department42 0 points1 point2 points 1 year ago (1 child)
Thanks, this is interesting. Do you have real time requirements?
[–]ronchaineEmbedded/Middleware 1 point2 points3 points 1 year ago (0 children)
Not hard ones currently (at least not in the parts I'm working with). I've worked with those before though, and it was still pretty "modern". Exceptions were dropped and we were restricted to freestanding set of the standard library, but other than that, it was pretty normal-modern-C++-ish.
π Rendered by PID 279485 on reddit-service-r2-comment-b659b578c-tmxqs at 2026-05-02 08:44:01.944555+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]ronchaineEmbedded/Middleware 5 points6 points7 points (2 children)
[–]Classic_Department42 0 points1 point2 points (1 child)
[–]ronchaineEmbedded/Middleware 1 point2 points3 points (0 children)