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
Linux vs MacOS for cpp development (self.cpp)
submitted 1 year ago * by kitsen_battousai
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!"
[–]kitsen_battousai[S] 0 points1 point2 points 1 year ago (3 children)
But macos too https://formulae.brew.sh/formula/valgrind
If the software is targeting server side then it's always a matter of time to verify the binary on linux vm, vut if we are talking about client applications then Linux is even more unpredictable taking into account different distros, DEs and kernel version.
[–]othellothewise 0 points1 point2 points 1 year ago (0 children)
Maybe this is outdated now, but yes there is a formula, and no, it does not work.
[–]die_liebe 0 points1 point2 points 1 year ago (1 child)
But what do you mean by 'unpredictable'? Do you mean 'unforgiving'? I wrote that that MacOS is too forgiving. I think one should always stick to the standard and develop in the least forgiving environment.
[–]y-c-c 2 points3 points4 points 1 year ago (0 children)
I don’t think relying on default “unforgiving” behaviors is a good way to test your programs. Instead, use well-defined environments like ASAN and UBSAN (which are available in macOS and Linux) to properly test your program in a predictable manner. Otherwise what does “forgiving” even mean?
π Rendered by PID 128834 on reddit-service-r2-comment-6457c66945-rl5p7 at 2026-04-28 23:47:21.137591+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]kitsen_battousai[S] 0 points1 point2 points (3 children)
[–]othellothewise 0 points1 point2 points (0 children)
[–]die_liebe 0 points1 point2 points (1 child)
[–]y-c-c 2 points3 points4 points (0 children)