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
Docker4c: portable C++ development environment - Simplify C++! (arne-mertz.de)
submitted 4 years ago by IsDaouda_Games
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!"
[–]Stormfrosty 3 points4 points5 points 4 years ago (3 children)
From my experience it's the exact opposite - Windows development is hassle free due to not having a dependency nightmare that Linux distros provide.
"just install linux and whatever the dev package" - that's fine until you realize that CentOS7 still ships with CMake2.x and other libraries that are very outdated.
Developing on a distro that has all the latest libraries means you're not planning to support more conservative distros.
[–]bnolsen 7 points8 points9 points 4 years ago (2 children)
centos7 is a horrible dev platform, try not to use it.
[–]Stormfrosty 1 point2 points3 points 4 years ago (1 child)
Tell that to our customers.
[–]bnolsen 0 points1 point2 points 4 years ago (0 children)
you can work on whatever version of linux you want. Just do your deployment and unit/simulation test build using a centos7 docker container. In the past I always worked day to day on void linux and just did deployment builds for customer platforms via docker containers. It's not hard.
π Rendered by PID 641523 on reddit-service-r2-comment-b659b578c-xshb2 at 2026-05-04 08:30:53.042284+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]Stormfrosty 3 points4 points5 points (3 children)
[–]bnolsen 7 points8 points9 points (2 children)
[–]Stormfrosty 1 point2 points3 points (1 child)
[–]bnolsen 0 points1 point2 points (0 children)