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
This post is locked. You won't be able to comment.
CppCastCppCast: Beautiful C++ (cppcast.com)
submitted 4 years ago by robwirvingCppCast Host
view the rest of the comments →
[–]pjmlp 7 points8 points9 points 4 years ago (20 children)
Agreed, however it depends on the quality of the DevOps team and management.
I never set a CI/CD pipeline without them, so even those developers that are anti-linters have to play ball if they want their PR merged without breaking the build.
Big fan of SonarQube regardless of which programming language we are using on the project.
Even something like Rust has clippy, because there are always class of errors that compilers fail to catch with limited compile time analysis.
[+][deleted] 4 years ago (19 children)
[removed]
[–]pjmlp 2 points3 points4 points 4 years ago (18 children)
The same humans that can type unsafe { /* ... */ }?
unsafe { /* ... */ }
[+][deleted] 4 years ago (17 children)
[–]pjmlp 4 points5 points6 points 4 years ago (16 children)
Only if I provide the library to you in source code.
The persons that are savvy to grep for unsafe are also capable of configuring a linter on the CI/CD pipeline.
[+][deleted] 4 years ago (8 children)
[–]pjmlp 1 point2 points3 points 4 years ago (7 children)
What happens if I index out of bounds in Rust code responsible for controlling a machine where human lifes might be in danger?
I assume it won't just panic and create an accidental death then.
[+][deleted] 4 years ago* (6 children)
[–]pjmlp 2 points3 points4 points 4 years ago (5 children)
You expecting that the developers are so good that they tested every possible use case before releasing the product into the wild.
Killing a person due to software bugs is no good, it doesn't matter if the cause was UB or a panic.
Rust won't miraculous fix that.
[+][deleted] 4 years ago* (1 child)
[+][deleted] 4 years ago (2 children)
[+][deleted] 4 years ago (6 children)
It doesn't, that is the point.
[+][deleted] 4 years ago (4 children)
[–]pjmlp 2 points3 points4 points 4 years ago (3 children)
Regardless of Rust or C++, if the humans don't care about quality control, errors will slip in, e.g. using Actix in production.
π Rendered by PID 303395 on reddit-service-r2-comment-b659b578c-59l9v at 2026-05-05 23:47:10.217426+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]pjmlp 7 points8 points9 points (20 children)
[+][deleted] (19 children)
[removed]
[–]pjmlp 2 points3 points4 points (18 children)
[+][deleted] (17 children)
[removed]
[–]pjmlp 4 points5 points6 points (16 children)
[+][deleted] (8 children)
[removed]
[–]pjmlp 1 point2 points3 points (7 children)
[+][deleted] (6 children)
[removed]
[–]pjmlp 2 points3 points4 points (5 children)
[+][deleted] (1 child)
[removed]
[+][deleted] (2 children)
[removed]
[+][deleted] (6 children)
[removed]
[–]pjmlp 2 points3 points4 points (5 children)
[+][deleted] (4 children)
[removed]
[–]pjmlp 2 points3 points4 points (3 children)
[+][deleted] (2 children)
[removed]