Monthly Archives: August 2013

C++11 – Inherited constructors

Now C++11 allow that derived class can inherit the constructors of base class as the following. However, you need to be careful when if B has any member variable, they will be initialized with random values unless you initialize specifically.

Posted in C++, Programming | Leave a comment

C# – Simple UDP listener in asynchronous way

Posted in .NET, Programming | 5 Comments

C# Performance measurement helper classes

Posted in .NET, Performance, Programming | Leave a comment

C++ Performance measuring utility classes

Posted in C++, Performance, Programming | Leave a comment