No Image

Waitforsingleobject

February 16, 2010 muthu 0

Synchronization is a very hot topic in all threading subjects. Almost all the programs using threading are in some way will be implementing a synchronization […]

No Image

Multithreading in Win32

February 16, 2010 muthu 0

    Multithreading is a vast subject. This article aims to cover only some basics on multithreading. It also gives a small sample code to write […]

No Image

Win32 File Sample

February 15, 2010 muthu 0

Win32 File Samples article tries to explain how to read from and write to Disk files using Win32 functions. Though Win32 is not user-friendly and […]

No Image

Unicode to ascii conversion

February 15, 2010 muthu 0

Unicode programming is supposed to be easier with windows. But there are certain weird instances when we need to write some weird code too. This […]

No Image

STL Set by ub40

February 15, 2010 muthu 0

STL Set A set is a simple unique sorted associative container. It is a simple associative container as the key and the value are the […]