Programming Articles

Collected here are some of the articles that I have authored on various C and C++ programming topics.

Input Output Completion Ports / coming soon
Use of an IOCP with Winsock Overlapped IO for highly scalable server code...
Winsock 2 API Name Resolution / coming soon
Covers new DNS functions in Vista for asynchronous resolution through an IOCP...
Using GDI+ in C Code / coming soon
Describes how to make use of the GDI+ library in C code without using any C++...
Network Adapter Information / coming soon
Use of the IPHLP Windows API to query adapter information and alter adresses...
Flicker Free Drawing with GDI / coming soon
Optimizations to reduce flicker when drawing with Windows GDI code...

All source code snippets in these articles are provided "as-is" without any express or implied warranty.