-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
42 lines (24 loc) · 1.01 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This is README file for 'Command line parameters parser (CLPP)' library.
Last update: October 28, 2010
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
COMMAND LINE PARAMETERS PARSER
version 2.0.2
ABSTRACT
--------
CLPP library provides parsing of command line parameters, with calling correspond functions and,
if necessary, checking type and/or semantic of parameter's value. For more info see documentation.
EXTERNAL DEPENDENCIES
---------------------
Only one - Boost C++ libraries. See documentation.
PORTABILITY
-----------
It is portable so far as portable Boost C++ libraries and C++ standard library. :-)
DOCUMENTATION
-------------
See HTML documentation in 'doc' directory or online: http://clp-parser.sourceforge.net
MORE INFORMATION
----------------
Sourceforge page: http://clp-parser.sourceforge.net
Download page: http://sourceforge.net/projects/clp-parser/
Author's site: http://www.cppforum.ru