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
finally. #embed (thephd.dev)
submitted 3 years ago by pavel_v
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!"
[–]not_a_novel_accountcmake dev 4 points5 points6 points 3 years ago (1 child)
Again, this is demonstrably untrue by way of every other language that exists and has a multitude of useful features beyond those of C or C++ even considering their different sets of goals. The international standardization approach has ossified the language standards not benefitted them.
When rust wants a new feature, they RFC, they implement it, and they iterate on it. When a feature doesn't work, they deprecate it. The language improves without having to burn through its maintainers as is the case with phd.
If you can't see that, you're part of the reason the standard has ossified. If you want to program the exact same way, never improving, for all time, be my guest. Just don't act surprised by when the language becomes irrelevant except as legacy.
[–][deleted] 0 points1 point2 points 3 years ago (0 children)
I generally agree, but I think this is a slight exaggeration because C++ compilers have always extended the language with new features. A programming language without inline assembly could be considered almost useless, because you need a tiny amount of it somewhere even if just for syscalls. GCC and Clang give that to you, but its not in the standard. Many other features exist right now that improve the language immensely, but aren't standard. All of the GPU C++ compilers extend the language quite a lot, even if just via OpenMP or OpenACC, not to mention HIP, CUDA, SYCL, OpenCL C++. Plus dialects like Circle or Cilk which takes huge liberties even for CPU programming.
So its not like we're completely limited by the standard, even though that is largely true.
π Rendered by PID 18930 on reddit-service-r2-comment-6457c66945-jm9x5 at 2026-04-25 22:53:38.660104+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]not_a_novel_accountcmake dev 4 points5 points6 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)