Jan 9, 2024 Post comments count10 Post likes count1 After I accidentally denied access to everyone, how do I get access back? Raymond Chen Congratulations, you locked your keys in the car.
Jan 8, 2024 Post comments count0 Post likes count1 How do I prevent my C++/WinRT implementation class from participating in COM aggregation? Raymond Chen Looking for a clue.
Jan 5, 2024 Post comments count4 Post likes count2 The case of the vector with an impossibly large size Raymond Chen Play threading games, win threading prizes.
Jan 4, 2024 Post comments count9 Post likes count3 How can I specify icons for my app to use on the Start menu in high contrast mode? Raymond Chen Put them in your manifest.
Jan 3, 2024 Post comments count1 Post likes count1 Why doesn’t my code compile when I change a shared_ptr<T>(p) to an equivalent make_shared<T>(p)? Raymond Chen It depends on who is doing the parameter conversion.
Jan 2, 2024 Post comments count7 Post likes count3 It rather involved being on the other side of this airtight hatchway: Attacking another program by modifying its memory Raymond Chen If you assume the existence of a vulnerability, you can use that vulnerability to attack something.
Jan 1, 2024 Post comments count0 Post likes count1 How do I prevent my ATL class from participating in COM aggregation? DECLARE_NOT_AGGREGATABLE didn’t work Raymond Chen That marker applies only to creation via the class factory.