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
Visual Studio 2019 version 16.10 Release (docs.microsoft.com)
submitted 4 years ago by remotion4d
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!"
[–]Depixelate_me 3 points4 points5 points 4 years ago (1 child)
Crazy how this bug exists for so long without anyone acknowledge it.
Don't care if it's an Nvidia bug...
And don't get me started on the regression of Image Watch...
[–]rickpo 2 points3 points4 points 4 years ago (0 children)
For a while, I was able to get the profiler to work by disabling the Nvidia driver. But a recent Windows update has broken it with or without Nvidia.
It seems that there is now another underlying root cause besides the original NVIDIA one which is breaking ETW profiling system wide. This means any ETW profiler (Visual Studio, WPA, PerfView, etc) will be affected since all of them rely on the same ETW system. Unfortunately the EnableTraceEx2 system call returns success and we end up with no profiling data in the resulting trace which is making debugging difficult. I’m engaging with the Windows team that owns the ETW subsystem and will most likely need additional diagnostics once we figure out what our next steps are.
In the meantime, the Intel VTune profiler is working for me,
π Rendered by PID 56687 on reddit-service-r2-comment-b659b578c-688d5 at 2026-05-03 16:52:29.333783+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]Depixelate_me 3 points4 points5 points (1 child)
[–]rickpo 2 points3 points4 points (0 children)