Asim Goheer's Blog
Creating a log file in Windows Runtime using C++
If you have a native C++ project running on Windows Runtime AND you want to do some logging then you...
Date: 11/01/2014
Best method for Critical Section management in C++
When it comes down to using critical sections in your C++ code you have pretty much standard...
Date: 11/01/2014
C++ Converting ComPtr to ComPtr
When using WRL, sometimes if you have a pointer to derived interface such as IRandomAccessStream...
Date: 11/01/2014
Calling Windows Runtime Async functions from C++ using WRL
"await" This 5 letter word might look trivial to you if you are a C# developer, but once you leave...
Date: 11/01/2014
HSTRING wrapper for C++
If you are developing apps for Windows Store or Windows Phone in C++, chances are that one of the...
Date: 11/01/2014