Is there a C/C++ version of Apache Commons Configuration? or something do similar things.
I have tried libconfig, but it doesn't support variables. I am enjoy conf files like below: ================== rootdir = path to project root src = $(rootdir)/src ================== thanks a lot. -huangs
