Feb 28, 2020 11 0 Should there be a standard C++ pattern for this? transform_to Raymond Chen Or maybe you should expect to write it out the slow way.
Feb 27, 2020 7 0 How to save a lot of money on cable car tickets in San Francisco Raymond Chen Go downstairs and buy it from the machine.
Feb 27, 2020 1 0 How can I configure my Windows NT service to autostart when the system gains Internet access? Raymond Chen You can ask to be started when the system gets an IP address.
Feb 26, 2020 16 0 What’s up with the CF_SYLK and CF_DIF clipboard formats? Raymond Chen From a galaxy far, far away.
Feb 25, 2020 13 0 The custom-made computers powered by pepperoni pizza Raymond Chen Once more for old time's sake.
Feb 24, 2020 3 0 The 2020/2021 Seattle Symphony subscription season at a glance Raymond Chen The pocket reference guide for 2020/2021.
Feb 24, 2020 13 0 Why are there trivial functions like CopyRect and EqualRect? Raymond Chen You could call them to save a dozen bytes!
Feb 21, 2020 2 0 Why you might need additional control over the secret event hiding inside the file object Raymond Chen Sometimes every little bit of contention means a lot.
Feb 20, 2020 4 0 If you’re not keeping the parameter, then you still want to have separate T const& and T&& overloads Raymond Chen Forwarding it onward.
Feb 19, 2020 12 0 If you plan on keeping the parameter anyway, then there’s no need to have separate T const& and T&& overloads Raymond Chen You can just take it by value and move it out.