Chapter 1. Introduction

Table of Contents
1.1. Overview
1.2. Installation

1.1. Overview

libcfg+ is a library for parsing command line arguments and/or configuration files. Your program can utilize it whenever either kind of parsing is needed. C was our language of choice, but a C++ wrapper is currently under development and will be probably available soon.

Important

This is one of the first releases of libcfg+. If you find a bug or missing feature, please notify us and we will try to address the issue as soon as possible. Also, let us know if you find typos or badly written portions of the documentation. We are not native English speakers, but we are improving our language skills every day!

There are two approaches to using libcfg+.

Some of the ideas used in this project were inspired by popt (a command line parsing library) and parsecfg (a library for parsing configuration files). However libcfg+ was written from scratch.