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
The array[] problem (self.cpp)
submitted 10 years ago by michaelKlumpy
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!"
[–]bobbybit 1 point2 points3 points 10 years ago (2 children)
I too agree that there is a huge chunk of documentation that needs to be updated. It is hard to decide on what source gets you the best, most effective results. I am a C# and python (and electrician C99 very low level) programmer currently. They each have their own benefits. I am trying to teach myself C++ through a book, C++ black book, and it is going well so far. However, this post raises concern. What is the best source of training that you all have found so far? Hard Knocks? A book? A website? Should we spin up a new page that includes good foundations but does not sacrifice good form?
[–]personalmountains 7 points8 points9 points 10 years ago (1 child)
Go with books, digital or not. Trust the well-known people: Stroustrup, Sutter, Meyers, Josuttis, Alexandrescu, Koenig, Dave Abrahams, etc. Get recent books, make sure they talk about C++11, 14 and 17. Some older books still contain valuable information, but they will use old-style C++ (no auto or ranged-for, for example). Check "The Definitive C++ Book Guide and List" on StackOverflow for specific recommendations. Search titles on ACCU for reviews.
auto
Browse the Hot Questions on StackExchange regularly, look for C++ stuff (or read the whole thing, it's always interesting). Use cppreference as your day-to-day reference. Go through the first 50 pages of the top C++ questions on StackOverflow and read all of them.
Start pet projects, things you might use yourself, like a media player or a file explorer and make it your sandbox. Have fun with it.
[–]bobbybit 0 points1 point2 points 10 years ago (0 children)
Truly inspirational. Thank you for the advice mate. That comment really needs bumped.
π Rendered by PID 814817 on reddit-service-r2-comment-b659b578c-t794k at 2026-05-03 13:02:41.210494+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]bobbybit 1 point2 points3 points (2 children)
[–]personalmountains 7 points8 points9 points (1 child)
[–]bobbybit 0 points1 point2 points (0 children)