
Socket Server in Win32 Select Model
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 […]
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 […]
There is a function gethostbyname for getting the ip address using Winsock. This function will retrieve the ip address details into a variable of […]
Socket programming in MFC is usually a bit messy. It’s always clean and convenient to write the socket programs using Win32. A big […]
Basically this whole program depends on the registry. The registry in Windows holds the key to each and every aspects of the Windows Operating System, […]
Registry is organized as a hierarchical tree. The Registry keys are folder like entries and the keys can contain string values ( REG_SZ), dword […]
Using registry has become a regular practice for all the programmers. The best way to store all configurations in the old days was Registry only. […]
Choose New Project from Visual Studio’s File menu. In the New Project dialog box, select the MFC Application template, type the name as ReadCOM, […]
Every machine installed with Windows NT Operating system and above will have NT services running with it. Developers will also write some Win32 NT Services […]
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 […]
Multithreading is a vast subject. This article aims to cover only some basics on multithreading. It also gives a small sample code to write […]
Copyright © 2025 | WordPress Theme by MH Themes