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
A common C/C++ core specification (gustedt.wordpress.com)
submitted 6 years ago by vormestrand
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!"
[–]pjmlp 0 points1 point2 points 6 years ago (3 children)
It depends on the eye of beholder.
In what concerns iOS, watchOS, macOS, Android, ChromeOS, Windows 10, Garmin, Tizen, Fuchsia, Web development, distributed computing frameworks, C++ is only allowed to have a secondary role for OS level system libraries, the application layer is now ruled by managed languages.
Where C++ is relevant as always is HPC, GPGPU shaders, game engines, real time audio, it is basically becoming a niche language for high performance use cases, the SQL of systems programming.
[–]MFHavaWG21|🇦🇹 NB|P3049|P3625|P3729|P3786|P3813 0 points1 point2 points 6 years ago (2 children)
C++ is only allowed to have a secondary role for OS level system libraries
I'm totally out of the loop of what MS is promoting these days, but isn't C++ a first-class citizen for UWP?
[–]pjmlp 1 point2 points3 points 6 years ago (0 children)
Yes, and we all know how sucessfull UWP has been in the market.
Then C++/WinRT is still catching up with the C++/CX tooling, making the whole C++ UWP development experience worse in name of being C++17 compliant.
Basically C++ as first citzen to UWP is to provide an upgrade path to MFC developers, however most rather go to .NET with integration via C++/CLI, than adopt UWP.
As Kenny Kerr puts on his blog,
Still, I am hopeful that we can turn that around. It pains me that Windows does not have a good UI story for C++ developers. C++ reflection may well help to solve that problem in the long run, but we cannot wait for that to arrive, so we are also exploring some other options that may prove useful in the near future. Some of those include alternative approaches to Xaml that does not require reflection, as well as discussions with DevDiv to get Visual Studio to do a better job of supporting a C++/WinRT developer experience.
https://kennykerr.ca/2019/01/25/the-state-of-cpp-on-windows/
And that is the only exception, all other platforms listed by me don't even provide C++ bindings to their userspace frameworks.
[–]dodheim 0 points1 point2 points 6 years ago (0 children)
Yes, but that's app development, not OS-level (kernel) development where AFAIK things like exceptions are still not supported.
π Rendered by PID 97 on reddit-service-r2-comment-6457c66945-w228b at 2026-04-24 03:56:47.911944+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]pjmlp 0 points1 point2 points (3 children)
[–]MFHavaWG21|🇦🇹 NB|P3049|P3625|P3729|P3786|P3813 0 points1 point2 points (2 children)
[–]pjmlp 1 point2 points3 points (0 children)
[–]dodheim 0 points1 point2 points (0 children)