No Image

MFC Tutorial Part 1

January 30, 2010 muthu 0

MFC provides really nice classes for doing windows programming. It has taken away all the pains of SDK, where a programmer is expected to handle […]

No Image

Threading in VC++ by shours

January 29, 2010 muthu 0

Threading is an important part of writing applications. Before you start writing the code, you must think twice on threading. First you have to identify […]

No Image

Hashing Streams in VC++ by shours

January 29, 2010 muthu 0

There are two categories of cryptographic algorithms: symmetric algorithms and asymmetric algorithms. Symmetric cryptographic algorithms all use the same key to encrypt and decrypt. Some […]