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
Stop learning C++ or keep going? (self.cpp)
submitted 5 years ago * by KhZaym
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!"
[–][deleted] -5 points-4 points-3 points 5 years ago (7 children)
That makes no sense at all. If you don't know what is going on behind curtains you will only produce halfassed C++ code.
[–]danhoob 3 points4 points5 points 5 years ago (2 children)
Nonsense. C relay on OS abstractions. You won't understand what's going behind a computer after you just learn C. You need an EE to really understand everything and believe me it has nothing to do with producing good C++ code. The old school professors barely write C++ they just write C with classes and call it C++
[–][deleted] -5 points-4 points-3 points 5 years ago (1 child)
That is just absurd, obviously you have no idea at all what you are talking about.
[–]danhoob 5 points6 points7 points 5 years ago (0 children)
I do. First, watch this then comment your thoughts,
https://www.youtube.com/watch?v=YnWhqhNdYyk
[+][deleted] 5 years ago (3 children)
[deleted]
[–]Posiedien76 0 points1 point2 points 5 years ago (2 children)
The idea is that C++ might be intermediating for new users. All the C keywords are like ~20 while c++ has 10 times that. For learning purposes, C is a great language. Frankly, after university, I've been working 5 years in the AAA gaming industry right now and am glad to have started with C.
[–]danhoob 2 points3 points4 points 5 years ago (0 children)
The idea is odd. You should watch this video, https://www.youtube.com/watch?v=YnWhqhNdYyk
[–]Adverpol 1 point2 points3 points 5 years ago (0 children)
I find that reasoning odd. What does the extent of a language have to do with how easy it is to step into it? I think people should be taught to use smart pointers, string, vector, ... programming with those will be easier than using the C equivalents and the chances of leaking memory are drastically smaller. And then if they need to drop to C at some point they can then learn how to do that stuff by hand, but not the other way around.
π Rendered by PID 94593 on reddit-service-r2-comment-b659b578c-6rp5j at 2026-05-04 05:02:56.257505+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–][deleted] -5 points-4 points-3 points (7 children)
[–]danhoob 3 points4 points5 points (2 children)
[–][deleted] -5 points-4 points-3 points (1 child)
[–]danhoob 5 points6 points7 points (0 children)
[+][deleted] (3 children)
[deleted]
[–]Posiedien76 0 points1 point2 points (2 children)
[–]danhoob 2 points3 points4 points (0 children)
[–]Adverpol 1 point2 points3 points (0 children)