RSS Parrot

BETA

🦜 The Old New Thing

@devblogs.microsoft.com.oldnewthing@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

Your feed and you don't want it here? Just e-mail the birb.

Site URL: devblogs.microsoft.com/oldnewthing

Feed URL: devblogs.microsoft.com/oldnewthing/feed

Posts: 11

Followers: 2

How can I explicitly specialize a templated C++ constructor?

Published: October 11, 2024 14:00

Looking for a C++ tag type for representing another type. The post How can I explicitly specialize a templated C++ constructor? appeared first on The Old New Thing.

If threads are created without a message queue, why can I post to them immediately upon creation?

Published: October 9, 2024 14:00

Check who is doing the posting. The post If threads are created without a message queue, why can I post to them immediately upon creation? appeared first on The Old New Thing.

A popular but wrong way to convert a string to uppercase or lowercase

Published: October 7, 2024 14:00

Converting character by character isn't good enough any more. The post A popular but wrong way to convert a string to uppercase or lowercase appeared first on The Old New Thing.

How does the linker decide whether to call WinMain or wWinMain?

Published: October 4, 2024 14:00

If you don't tell it, it will try to figure it out. The post How does the linker decide whether to call <CODE>WinMain</CODE> or <CODE>wWinMain</CODE>? appeared first on The Old New Thing.

How can I detect whether the user is running as an elevated administrator (as opposed to a natural administrator)?

Published: October 3, 2024 14:00

You can ask for the elevation type. The post How can I detect whether the user is running as an elevated administrator (as opposed to a natural administrator)? appeared first on The Old New Thing.

A function for creating an absolute security descriptor from a self-relative one

Published: October 2, 2024 14:00

Just wrap it up. The post A function for creating an absolute security descriptor from a self-relative one appeared first on The Old New Thing.

Misunderstanding the “Prevent access to registry editing tools” policy

Published: October 1, 2024 16:10

It prevents access to the tools, but not to the registry itself. The post Misunderstanding the “Prevent access to registry editing tools” policy appeared first on The Old New Thing.

Pulling a single item from a C++ parameter pack by its index, remarks

Published: September 30, 2024 14:00

Why such a complicated way to pull the type from the pack? The post Pulling a single item from a C++ parameter pack by its index, remarks appeared first on The Old New Thing.