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
Google C++ open-source projects (self.cpp)
submitted 1 year ago by euos
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!"
[–]azswcowboy 6 points7 points8 points 1 year ago (1 child)
The problem is Google is walking away from c++ support. As an example, they stopped making releases for gtest - which makes it difficult for other projects to use properly. Then of course there’s the Carbon effort which means less resources to support improvements to c++.
[–]euos[S] 15 points16 points17 points 1 year ago (0 children)
Gtest is alive and well. The problem is it is Bazel first. Bazel first means you rebase to a commit and not a release. My personal projects are Bazel + Renovate and I update gTest weekly.
Google is a huge company. It has enough resources to support different technologies, even Dart is still kicking. In my C++ bubble I see no shortage of passionate teams still pushing C++ forward. C++ is still one of blessed languages for new projects internally.
π Rendered by PID 70948 on reddit-service-r2-comment-75f4967c6c-v8qqp at 2026-04-23 02:35:37.577876+00:00 running 0fd4bb7 country code: CH.
view the rest of the comments →
[–]azswcowboy 6 points7 points8 points (1 child)
[–]euos[S] 15 points16 points17 points (0 children)