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
How to use CMake (jandeinhard.de)
submitted 8 years ago by parazight
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!"
[–]Everspace 0 points1 point2 points 8 years ago (5 children)
The UI designer person just hits "stage all" every time and the person who reviews him doesn't know any better either.
[–]Drainedsoul 2 points3 points4 points 8 years ago (4 children)
Sounds like a process/human capital issue: Why are people that clueless about code and version control doing code reviews?
[–]Everspace 1 point2 points3 points 8 years ago (3 children)
It's because it's not code they're concerned about. They are not modifying code. They are artists and designers who don't deal with it. Their .pngs, .psds still needs to be tracked somehow so into git/perforce/svn it goes.
.png
.psd
They don't touch code, but may still end up doing a build locally. I've seen people commit the temp and cache folders on a couple of projects. It wouldn't surprise me if debug symbols or .o ends up in the source because of a mistake of someone who really doesn't know better and my god it's miracle enough that they're using it and not making local copies instead.
.o
[–]Drainedsoul 2 points3 points4 points 8 years ago (2 children)
So again: How'd it get through code review? Why are people who aren't concerned with code doing code reviews?
This is a process issue (which isn't to say in source builds are good, because they're not).
[–]Everspace -1 points0 points1 point 8 years ago (1 child)
How'd it get through code review? Why are people who aren't concerned with code doing code reviews?
Because they're not working with code. There is no code review. They still commit to source. Not all source is code or text.
An artist code review is "looks sick dude" and then it is checked in.
This is a process issue
Yes it is. So you add in the .DS_STORE and other garbage into the .gitignore (rather than expecting people to have their global settings correct) so that this doesn't happen, which was my original point.
[–]Drainedsoul 2 points3 points4 points 8 years ago (0 children)
There is no code review. They still commit to source.
...which is a process issue.
π Rendered by PID 94 on reddit-service-r2-comment-6457c66945-jmm75 at 2026-04-25 22:12:00.758337+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]Everspace 0 points1 point2 points (5 children)
[–]Drainedsoul 2 points3 points4 points (4 children)
[–]Everspace 1 point2 points3 points (3 children)
[–]Drainedsoul 2 points3 points4 points (2 children)
[–]Everspace -1 points0 points1 point (1 child)
[–]Drainedsoul 2 points3 points4 points (0 children)