Adding Configuration and Logging

Date January 26, 2008

In the last tutorial we setup the main application core that we can use as a primitive kernel
to run our games with the help of the DirectX sample framework. In this tutorial we’ll go through
adding some important pieces to your application, even if they might be “unsexy”; reading .ini config files,
and logging.
Reading INI Configuration
An important [...]