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