Re: [OT] ini files

From: Thomas Matthews (Thomas_MatthewsHatesSpam_at_sbcglobal.net)
Date: 11/11/03


Date: Tue, 11 Nov 2003 17:05:32 GMT

mirco wrote:

> Hi all, perhaps this is not the right newsgroup but, does anybody know
> a library that manages ini file (text, xml, the format you want but
> human readable) for Linux and Borland for windows? An ANSI c++ lib
> would be great
> thx
> Mirco

Have you used your favorite search engine?
Are the initialization (i.e. ini) files the same format under Windows
and Linux?

The files can be parsed using ANSI C++, but the formats are platform
specific.

-- 
Thomas Matthews
C++ newsgroup welcome message:
          http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq:   http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
          http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
     http://www.josuttis.com  -- C++ STL Library book


Relevant Pages