No Image

Socket Server in Win32 Select Model

February 17, 2010 muthu 0

Windows provides different models for programming with sockets. This winsock tutorial explains, one of the models which uses select function. The other winsock models are using […]

No Image

Win32 Socket Client

February 16, 2010 muthu 0

  Socket programming in MFC is usually a bit messy. It’s always clean and convenient to write the socket programs using Win32.   A big […]

No Image

Registry Operations

February 16, 2010 muthu 0

   Registry is organized as a hierarchical tree. The Registry keys are folder like entries and the keys can contain string values ( REG_SZ), dword […]

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 […]