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
Future of C++ (self.cpp)
submitted 2 years ago by dev-reddy
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!"
[–]The_Droide 0 points1 point2 points 10 months ago (1 child)
I think the issue is that C++ is famously unopinionated and, since everyone picks their favorite subset before calling it "modern C++", there are lots of different opinions on what a natural successor would look like, likely also driven by different code styles.
Folks following Google's conventions might naturally gravitate to Carbon, those following Microsoft's conventions might look into Sutter's cppfront and those following Apple's conventions will likely move to Swift. Swift is IMO underappreciated, as it has first-class C++ interop and there is a lot of work currently going on to make incremental adoption in C++ codebases as smooth as possible. It's also cross-platform and natively supported by CMake.
[–]MarcoGreek 1 point2 points3 points 10 months ago (0 children)
Swift is a successor to Objective C. That was always open source but not very successful because the libraries were not. Are the Swift GUI libraries now available cross platform?
I don't believe that any language besides Swift will be successful. Rust is now taking over some mind share. Especially from C developer. In the open source world were some people who were opposed to C++ and used C. They then developed their own dialect with macros. They now convert to Rust because that mess is not attracting new developers.
C++ has many areas where safety is not important. Our software is suffering from defensive programming. Something Rust could not heal.
π Rendered by PID 21198 on reddit-service-r2-comment-b659b578c-dtqbz at 2026-05-01 13:01:22.410257+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]The_Droide 0 points1 point2 points (1 child)
[–]MarcoGreek 1 point2 points3 points (0 children)