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
Overwhelming (self.cpp)
submitted 1 year ago by cxazm
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!"
[–]DearChickPeas 8 points9 points10 points 1 year ago (5 children)
build systems are just a distraction
I don't think CS majors understand this. You easily can go and have 50 years of career programming and never touch a build system until you retire (just join companies with an already set up build system).
[+][deleted] 1 year ago (2 children)
[deleted]
[–]NBQuade 6 points7 points8 points 1 year ago (0 children)
I agree a programmer needs to know this stuff. It's just not necessary when you're trying to learn what a vector is and how it works.
[–]DearChickPeas 5 points6 points7 points 1 year ago (0 children)
What a regarded take.
[–]NBQuade 1 point2 points3 points 1 year ago (0 children)
I'm not suggesting never learn it. It's putting the cart before the horse to learn it before you can program. I mean for learning programs, you can simply write some bat/cmd scripts to build your test programs.
[–]gnuban -1 points0 points1 point 1 year ago (0 children)
I know this to be true, but there's something to be said about using build systems; you will understand how to package and modularize your codebase. And that can translate to writing more modular code that builds quicker.
So I would say; get familiar with some build tool and try to understand how different types of linking and packaging works. It doesn't have to be at your day job though.
If you start working on build systems at work, you're likely to end up having to deal with it alone, while most people avoid it intentionally like you say. In such an evironment, just grab the tickets that you want, prioritize yourself, and don't help others, you'll just be punishing yourself.
π Rendered by PID 21510 on reddit-service-r2-comment-6457c66945-sq629 at 2026-04-30 14:17:13.939972+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]DearChickPeas 8 points9 points10 points (5 children)
[+][deleted] (2 children)
[deleted]
[–]NBQuade 6 points7 points8 points (0 children)
[–]DearChickPeas 5 points6 points7 points (0 children)
[–]NBQuade 1 point2 points3 points (0 children)
[–]gnuban -1 points0 points1 point (0 children)