An easier way to update and use INI files values.
CIni, Ini-file IO with a minimum of codelines
Published 02/14/2003
An easier way to update and use INI files values.
Read and write to and from an INI file. List sections and section data (key-value pairs) as well as displays a key value and creates and modifies a key-value pair.
Learn to implement exception handling mechanism in C++.
Look at what can be done with mapping in a UWP (Universal Windows Platform) app.
With a UWP app, you can design for specific input modes and devices. Learn to control a camera from one.
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.