This article describes different methods to export a C++ function or class from a DLL module. It presents the advantages of using DLLs, the types of DLLs and finally the advantage / disadvantages of using ATL interfaces to export objects from DLLs.
In the object oriented programming of C++, using C-style callback functions is not possible without some little hacks. This article describes how can we use class members as callback functions.
The C++ XML parsing article which should have been written since the advent of XML! This article defines a new Elmax abtraction model over the DOM model.
This paper describes a comparative measurements and analysis of the most popular I/O event notification mechanisms available on UNIX-like operating systems: select, poll, kqueue, /dev/poll, epoll.