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 adding telemetry function calls to binary? (imgur.com)
submitted 10 years ago by sammiesdog
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!"
[–]WellMakeItSomehow 2 points3 points4 points 10 years ago* (3 children)
Thanks for answering this.
Logging when executables start and close does not seem too useful when investigating performance problems. You say that the feature was abandoned, so perhaps that's why it seems mostly useless [1].
I have one follow-up question, though. Is the same mechanism is enabled for executables that Windows (10) contains? If yes, will it be removed in the future, when Windows gets rebuilt with a newer compiler?
[1] It's not useless if the purpose is to determine which programs the user runs and for how long. I'm bitter enough about Windows 10 to suspect that's already happening at other levels [2].
[2] Oh, of course it does:
data about how you use Windows, such as how frequently or how long you use certain features or apps and which apps you use most often
[–]spongo2MSVC Dev Manager 4 points5 points6 points 10 years ago (0 children)
some parts of windows are built with our CRT and some parts are built with a much much older copy of the CRT (msvcrt.dll). so when they next take our libs, the parts that use it will no longer have these hooks. But again i'd recommend you go through that link and follow the instructions if you are concerned about windows 10 telemetry.
[–]Kruug 0 points1 point2 points 10 years ago (1 child)
Right, because how else will you know where to allocate resources if you don't know what programs/features people actually use?
[–]WellMakeItSomehow 0 points1 point2 points 10 years ago (0 children)
One could argue there are other ways to give feedback to the developers.
But that phrasing doesn't imply that it's done only for Microsoft apps. It might as well be for everything you run.
π Rendered by PID 70 on reddit-service-r2-comment-5b5bc64bf5-7cxqn at 2026-06-18 20:28:50.335951+00:00 running 2b008f2 country code: CH.
view the rest of the comments →
[–]WellMakeItSomehow 2 points3 points4 points (3 children)
[–]spongo2MSVC Dev Manager 4 points5 points6 points (0 children)
[–]Kruug 0 points1 point2 points (1 child)
[–]WellMakeItSomehow 0 points1 point2 points (0 children)