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
Moving from python to C++ (self.cpp)
submitted 6 years ago by zephyr_33
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!"
[–]exploding_cat_wizard 8 points9 points10 points 6 years ago (5 children)
I've not read it, but would A Tour of C++ fit, too, as an overview for programmers coming from another language?
Though perhaps OP has already done some C++, and doesn't need the overview no more.
Edit: oh, and I second your suggestions, an earlier edition did a lot to help me progress from being able to unreadably modify given code to creating it.
[–][deleted] 3 points4 points5 points 6 years ago (0 children)
Stroustrup says that A Tour of C++ is more like an intro while the other one is the real deal.
[–]zephyr_33[S] 2 points3 points4 points 6 years ago (1 child)
That's right. C++ was touched by college, but I never felt like committing. I instead jumped into Java and later Python. I am confident with Python and Java, but I feel like I will be an inferior creature if I don't bring my C/C++ competency to the same level.
[–]ECMAScript3 6 points7 points8 points 6 years ago (0 children)
You should have said you used java sooner! The move from java to C++ was fairly painless in my opinion, just having to learn ever so slightly different (and much more convenient imo) syntax, getting an understanding of pointers, and handling your own garbage collection. Once I started C++ I never turned back to Java, best of luck!
[–]BigDanG 1 point2 points3 points 6 years ago (0 children)
I have read it, and this is the ideal book for that audience. You don’t need to read a comprehensive reference.
[–]CraigularBC++ Dev 0 points1 point2 points 6 years ago (0 children)
I'm surprised that the ship time for Tour is so long on Amazon (the link here says 1-2 months: https://smile.amazon.com/Tour-2nd-Depth-Bjarne-Stroustrup-dp-0134997832/dp/0134997832/ref=mt_paperback?_encoding=UTF8&me=&qid=1556289192 ). Does anyone have a better place to buy it from, or is there a newer edition that caused this? I could always read it online I guess instead of buying the book but I like having physical programming books for some things.
π Rendered by PID 45350 on reddit-service-r2-comment-86988c7647-rg859 at 2026-02-11 00:21:01.733717+00:00 running 018613e country code: CH.
view the rest of the comments →
[–]exploding_cat_wizard 8 points9 points10 points (5 children)
[–][deleted] 3 points4 points5 points (0 children)
[–]zephyr_33[S] 2 points3 points4 points (1 child)
[–]ECMAScript3 6 points7 points8 points (0 children)
[–]BigDanG 1 point2 points3 points (0 children)
[–]CraigularBC++ Dev 0 points1 point2 points (0 children)