Java Properties file IO in C++
Moderators: JeffC, rdoherty, stieg, brentp
Java Properties file IO in C++
Is there a library for reading java properties files in C++?
I can use INI routines, but
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.