Page 1 of 1

Java Properties file IO in C++

Posted: Sun Jan 08, 2006 12:29 am
by 4600cc
Is there a library for reading java properties files in C++?

I can use INI routines, but

Posted: Sun Jan 08, 2006 1:12 pm
by 4600cc
I can use INI routines, but I have to modify the file to include a section name right after comments. BTW: program already has file io, this is just for compatibility with current files.