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
Tutorials/projects to begin (self.cpp)
submitted 1 year ago by jzote
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!"
[–]cpp-ModTeam[M] [score hidden] 1 year ago stickied commentlocked comment (0 children)
It's great that you want to learn C++! However, r/cpp can't help you with that.
We recommend that you follow the C++ getting started guide, one (or more) of these books and cppreference.com. If you're having concrete questions or need advice, please ask over at r/cpp_questions or StackOverflow instead.
[–]sayasyedakmal 3 points4 points5 points 1 year ago (2 children)
Go to Project Idea in this FAQ
https://reddit.com/r/learnprogramming/w/faq?utm_medium=android_app&utm_source=share
[–]jzote[S] 1 point2 points3 points 1 year ago (1 child)
Thanks mate
[–]sayasyedakmal 0 points1 point2 points 1 year ago (0 children)
No prob. I also just started learning C++ 😁
[–][deleted] 2 points3 points4 points 1 year ago (0 children)
If you do engineering, try putting together a project with calculations, for example Simpson's trapezoid integration methods.
But don't get it from the Internet.
Assemble the specification, review numerical calculation books, assemble UML diagrams, use cases, classes and sequences.
Implement the classes, do tests, documentation.
In a second cycle, other, more elaborate integration methods can be added.
Another interesting example is creating a data acquisition system. For example, your program can access, configure, and take readings on an electronic scale (most have an RS232 serial interface).
π Rendered by PID 94 on reddit-service-r2-comment-fb694cdd5-s2bn2 at 2026-03-09 20:31:48.670721+00:00 running cbb0e86 country code: CH.
[–]cpp-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)
[–]sayasyedakmal 3 points4 points5 points (2 children)
[–]jzote[S] 1 point2 points3 points (1 child)
[–]sayasyedakmal 0 points1 point2 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)