Properties file library for C (or C++)

前端 未结 4 1242
难免孤独
难免孤独 2020-12-04 20:28

The title is pretty self-explanatory: does anyone know of a (good) properties file reader library for C or, if not, C++?

Edit: To be specific, I want a library which

4条回答
  •  萌比男神i
    2020-12-04 20:52

    I guess by 'properties file' you mean config file.

    In this case Google gives (first 4 hits for C config file library):

    • http://www.hyperrealm.com/libconfig/
    • http://rudeserver.com/config/
    • http://freshmeat.net/projects/cfl/
    • http://liblcfg.carnivore.it/

提交回复
热议问题