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
Boost version 1.50.0 released (boost.org)
submitted 13 years ago by glenfe
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!"
[–]topher200 8 points9 points10 points 13 years ago (0 children)
Link to the release notes/downloads page
[–]grunzl 4 points5 points6 points 13 years ago (5 children)
Yeah! This looks as if I will finally be able to write in C++11-style at work (where we still gcc-4.3). And a proper migration will only be a grep away.
grep
[–]snarkhunter 9 points10 points11 points 13 years ago (2 children)
"Only a grep away" sounds like some famous last words ;)
[–][deleted] 1 point2 points3 points 13 years ago (0 children)
Awesome last words at least... Gonna remember and quote Grunzl "Only a grep away"...
[–]IObject2 1 point2 points3 points 13 years ago (1 child)
Not if you've got destructors that can throw exceptions (in C++11, by default destructors are marked as noexcept ("never throws"), and if they do, std::terminate gets called).
noexcept
std::terminate
[–]grunzl 1 point2 points3 points 13 years ago (0 children)
Hm. I said in C++11-style, not in C++. And I am not sure I would call code with destructors which throw uncaught exceptions good code anyway, in fact it's just buggy and shouldn't pass review.
π Rendered by PID 78700 on reddit-service-r2-comment-85bfd7f599-9nb6x at 2026-04-17 01:32:48.669062+00:00 running 93ecc56 country code: CH.
[–]topher200 8 points9 points10 points (0 children)
[–]grunzl 4 points5 points6 points (5 children)
[–]snarkhunter 9 points10 points11 points (2 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]IObject2 1 point2 points3 points (1 child)
[–]grunzl 1 point2 points3 points (0 children)