C++ Config Logo
Please Help

RudeConfig™ Open Source C++ Config File Library

Version 5.0.5

Introduction

The C++ Config File library is used for reading and writing configuration / .ini files. The Config component provides fully customizable delimiters and comment characters, ensuring compatability with most existing config/ini file formats. It allows multiline values using backslash escapes. Comments within the config file are fully preserved when the contents are re-saved. Furthermore, deleted values can become commented out when the object is re-saved - preserving old data.

The library is available for Borland, Visual C++ 6.0, and linux development environments.

Simplicity:

  • 1 include file
  • 1 library