config file parser

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
Post Reply
Armen138
Posts: 298
Joined: Mon Feb 23, 2004 3:38 am

config file parser

Post by Armen138 »

just a little piece of code i want to share with the world:
a simple config file parser. if an xml parser is just too heavy for whatever you are doing, this
might be a good alternative. it parses files with the following layout:

Code: Select all

<!-- comment
[section1]
option=value
[/section1]
the source code is here: http://members.lycos.nl/bmbstk/textparse.tar.gz
and the documentation is here: http://members.lycos.nl/bmbstk/docs/classTextParse.html

i'll probably add some more features later...
if you're looking for me, start looking on irc, i'm probably there.
Post Reply