https://github.com/brd6/inifileparser
An ini file parser
https://github.com/brd6/inifileparser
c-plus-plus cplusplus ini ini-parser
Last synced: 12 months ago
JSON representation
An ini file parser
- Host: GitHub
- URL: https://github.com/brd6/inifileparser
- Owner: brd6
- Created: 2017-04-02T22:56:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T10:57:13.000Z (over 8 years ago)
- Last Synced: 2025-03-05T06:43:56.796Z (over 1 year ago)
- Topics: c-plus-plus, cplusplus, ini, ini-parser
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iniConfigParser
An ini file parser.
Handling simple data type :
int, float, char, string, bool, array.
You can use comment in your ini file by starting the line by ; or #
In case of error, an exception is thrown.