Articles
Topics
CPP articles
Typesafe registry class for Windows
Sample implementation of a template class to read and write data to the Windows registry. The code makes use of template specialised traits classes to perform conversions to and from default registry types.
Thread pooling investigation
An investigation into thread pooling and a comparison between the application various methods.
Samba
Using Linux and Samba as Windows Domain Member Server
Notes on the implementation of a SAMBA server into a Windows domain using pass through security.
Inversion of Control - SIOC
Introduction to SIOC
This article is a short intoduction to the SIOC Inversion of Control framework.
Announcements
New Article:
Introduction to SIOC