Is there some common way to write and read config files?

Posted by Blin on Stack Overflow See other posts from Stack Overflow or by Blin
Published on 2010-04-16T18:01:55Z Indexed on 2010/04/16 18:13 UTC
Read the original article Hit count: 251

Filed under:
|

I need my program to create and edit a config file, which would contain information about set of objects, and than read it at every execution. Is there some sort of guideline for config style that i can use?

© Stack Overflow or respective owner

Related posts about beginner

Related posts about best-practices