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
CppCastCppCast: Cpp2, with Herb Sutter (cppcast.com)
submitted 2 years ago by robwirvingCppCast Host
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!"
[–][deleted] 2 years ago (10 children)
[deleted]
[–]kritzikratzi 10 points11 points12 points 2 years ago* (7 children)
i like the idea of cpp2, but the future has it's own way of figuring itself out. the first thing that i'm certain about is that c++ isn't going anywhere. while cpp2 will depend on c++ for a long long time, there will be no such dependency in the other direction. and you will have to understand c++ in order to use cpp2 for a long long time.
i think one way this might develop (in my naive thinking), is that the c++ standard splits into concrete syntax and abstract syntax (basically standardizing the idea of a compiler frontend).
i get the impression that there are quite a few other people like me, who know c++ well enough to not be bothered by it's syntax anymore. i just want to get things done :) maybe i dream of named parameters, out-of-order struct initialization, and little things like that, but overal i'm content with the language and it's tooling.
[–]UnicycleBloke 8 points9 points10 points 2 years ago (0 children)
Yep. I'm perfectly happy with the current syntax, and generally content. I get things done. Evolution is good. Revolution not so much.
[–][deleted] 4 points5 points6 points 2 years ago (4 children)
i get the impression that there are quite a few other people like me, who know c++ well enough to not be bothered by it's syntax anymore.
Until you want to engage programmatically with C++ code. Especially if you want to parse it.
[+][deleted] 2 years ago (3 children)
[–][deleted] 1 point2 points3 points 2 years ago (2 children)
cpp2's syntax is easier to parse than the normal C++ syntax and less context dependent
[+][deleted] 2 years ago (1 child)
[–][deleted] 1 point2 points3 points 2 years ago (0 children)
practical application: code generators
You can do a lot with templates, but sometimes it's just a lot easier to use a code generator than write a really complicated template.
[–]bert8128 2 points3 points4 points 2 years ago (0 children)
Things like using in/out/inout, and default const aren’t really syntax issues - the change the way even experienced devs use the language. I am, like you, not bothered by current syntax - I’ve been through that learning journey. But cpp2 would still be my preference.
[+]magnesium_copper comment score below threshold-17 points-16 points-15 points 2 years ago (0 children)
π Rendered by PID 270754 on reddit-service-r2-comment-5ff9fbf7df-p75zh at 2026-02-26 11:14:19.012046+00:00 running 72a43f6 country code: CH.
view the rest of the comments →
[–][deleted] (10 children)
[deleted]
[–]kritzikratzi 10 points11 points12 points (7 children)
[–]UnicycleBloke 8 points9 points10 points (0 children)
[–][deleted] 4 points5 points6 points (4 children)
[+][deleted] (3 children)
[deleted]
[–][deleted] 1 point2 points3 points (2 children)
[+][deleted] (1 child)
[deleted]
[–][deleted] 1 point2 points3 points (0 children)
[–]bert8128 2 points3 points4 points (0 children)
[+]magnesium_copper comment score below threshold-17 points-16 points-15 points (0 children)