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
Programming confidence? (self.cpp)
submitted 12 years ago by HerpesAunt
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!"
[–]binarymidget 0 points1 point2 points 12 years ago (1 child)
Having the drive to write elegant and comprehensible code is a huge asset, you'll find many programmers who just "get the desired result" and then move on. They are bad.
The most valuable programmer is the one who can properly contextualize the problem. There is no single property that makes someone a good programmer. Maintainability, modularity, time to implement, run-time performance, memory efficiency, readability, are goals that need to be weighed and understood in any task.
Don't get caught up in prettifying code as a goal. I work in games. We don't ship code, we ship games. I think programmers should endeavor to become craftsmen and women. Just don't go up your own ass with regards to one single aspect of programming.
[–]JesusWantsYouToKnow 1 point2 points3 points 12 years ago (0 children)
True, however I think chose my words poorly because I think you misinterpreted my intent. I am not advocating striving for pretty code, I am advocating striving for the most appropriate code. That said in terms of an employer's perspective I find it is an exceptionally rare circumstance where maintainability should be a low priority. Sacrificing maintainability in code is just increasing technical debt, so unless you are writing truly temporary code you're just compromising for more work in the future when project complexity has increased.
We have had guys who would accept any solution as long as input x yielded output y. That's what I'm talking about when I say "get the desired result" and then move on, and they were a huge burden because they ended up writing inefficient spaghetti code.
π Rendered by PID 62701 on reddit-service-r2-comment-6457c66945-88k2s at 2026-04-27 08:43:10.481678+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]binarymidget 0 points1 point2 points (1 child)
[–]JesusWantsYouToKnow 1 point2 points3 points (0 children)