Tim Ng

F# for the masses
Posts
  • Tim Ng

    Bad COM practices: Returning an AddRef'd pointer

    • 2 Comments
    Recently I had to fix a memory leak in some COM code that was pretty poorly written. The problematic code looked something like this: IMyInterface* GetInterface() { IMyInterface* pRef = NULL; pRef = ::CoCreateInstance(...); // At this point...
  • Tim Ng

    Why customer service is the most important aspect of business

    • 1 Comments
    For those that know me personally, you'll know that my brother loves motorcycles, and that recently we have purchased 3 motorcycles within the last 8 months. Our experience through this time has definitely confirmed to us why customer service and interaction...
Page 1 of 1 (2 items)