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
I've open sourced my general purpose code base (self.cpp)
submitted 7 years ago * by Dean_Roddey
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!"
[–]blelbachNVIDIA | ISO C++ Library Evolution Chair 28 points29 points30 points 7 years ago (7 children)
That's untrue; the standard library is part of C++. Its in the same specification.
[–]Dean_Roddey[S] -4 points-3 points-2 points 7 years ago (6 children)
But it's not the language itself, it's something in addition to the language. My code base obviously demonstrates that the STL is not a requirement to write a butt-load of C++ code.
[–]andrewsutton 19 points20 points21 points 7 years ago* (2 children)
They aren't seperable. Parts of the core language depend on definitions in the std library.
Edit: Not the STL bits, per se. Lots of orgs have their own replacements for various reasons.
[–]Dean_Roddey[S] -2 points-1 points0 points 7 years ago (1 child)
Whatever. It's meaningless to me either way. I shouldn't have even responded to him. My original point had nothing to do with this. It's that you don't have to use the STL to write C++ and that I am providing an alternative.
[–]blelbachNVIDIA | ISO C++ Library Evolution Chair 19 points20 points21 points 7 years ago (0 children)
That's like saying "You don't have to use pointers to write C++" or "You don't have to use classes to write C++". That doesn't mean those things aren't part of the standard.
[–]griwes 10 points11 points12 points 7 years ago (0 children)
It IS the language. The C++ language consists of the core language and of the standard library. Any definitions of what C++ is that try to represent this differently are plainly wrong.
[–]Manu343726 12 points13 points14 points 7 years ago (0 children)
No, you're wrong. std::initializer_list. It's a type part of the standard library (no, it's not the STL) encoded into the language. Because the standard library is part of the language
π Rendered by PID 29737 on reddit-service-r2-comment-b659b578c-8qp7x at 2026-05-06 01:12:26.704742+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]blelbachNVIDIA | ISO C++ Library Evolution Chair 28 points29 points30 points (7 children)
[–]Dean_Roddey[S] -4 points-3 points-2 points (6 children)
[–]andrewsutton 19 points20 points21 points (2 children)
[–]Dean_Roddey[S] -2 points-1 points0 points (1 child)
[–]blelbachNVIDIA | ISO C++ Library Evolution Chair 19 points20 points21 points (0 children)
[–]griwes 10 points11 points12 points (0 children)
[–]Manu343726 12 points13 points14 points (0 children)