I've got numerous taks objects derived from a base Task object that have a DoWork() function that returns a TaskStatus. Additionally, the DoWork() function should ALWAYS set the classes Status ...
I have a simple sub procedure in Excel (XP) that returns the total number of characters (Len()) in the selected cell block. Took me a long time to finally figure it out. <BR><BR>Now I want to convert ...
Like magic, tuples make the impossible possible. Yep, we're talking here about one little corner in the Standard Template Library that will make it simple to return multiple values from a single ...