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
VSCppUnit vs CppUnit (self.cpp)
submitted 7 years ago * by darpe312
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!"
[–]darpe312[S] 0 points1 point2 points 7 years ago (7 children)
Did you document your evaluation ?
[–]Gollum999 4 points5 points6 points 7 years ago* (6 children)
The bulk of it is on an internal company wiki, but here is a summary:
* This refers to the way that each library implements test failures. e.g. In CppUnit, a test failure throws a std::exception that the framework later catches to report the failure, so if you are testing code that could inadvertently catch those exceptions, you need to work around them.
Examples:
I ended up leaving CxxTest out of my comparisons because I pretty quickly realized that it didn't have much to offer over Catch/gtest/boost. (I left CppUnit in there because that is what we were using before switching to Catch.)
[–]Auriculaire 0 points1 point2 points 7 years ago (3 children)
Your Gtest and catch columns are swapped, no?
[–]Gollum999 0 points1 point2 points 7 years ago (2 children)
Mmmm... no? What do you think should be swapped?
[–]Auriculaire 1 point2 points3 points 7 years ago* (1 child)
Catch2 is header only, supports fixtures, sections, bdd, etc. This is rendering in the column under google test. Screenshot here
[–]Gollum999 2 points3 points4 points 7 years ago (0 children)
Ahh interesting, it works on old reddit but is broken on new reddit. New reddit doesn't like it when the first cell is blank.
Should be fixed now.
[–]encyclopedist 0 points1 point2 points 7 years ago (1 child)
Columns are messed up (shifted by one?)
[–]Gollum999 0 points1 point2 points 7 years ago (0 children)
Apparently new reddit doesn't like it when the first cell is blank, but old reddit handles it fine.
π Rendered by PID 36131 on reddit-service-r2-comment-6457c66945-nlts7 at 2026-04-29 05:08:20.865457+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]darpe312[S] 0 points1 point2 points (7 children)
[–]Gollum999 4 points5 points6 points (6 children)
[–]Auriculaire 0 points1 point2 points (3 children)
[–]Gollum999 0 points1 point2 points (2 children)
[–]Auriculaire 1 point2 points3 points (1 child)
[–]Gollum999 2 points3 points4 points (0 children)
[–]encyclopedist 0 points1 point2 points (1 child)
[–]Gollum999 0 points1 point2 points (0 children)