On Tue, Mar 4, 2008 at 7:23 AM, Dhaval Giani <[EMAIL PROTECTED]> wrote: > > libcg will be written mainly in C with lex and yacc for parsing the > configuration > files. >
One suggestion - for configuration management tools like this I'd opt for C++ or Python over C, in order to be able to use STL (or the python libraries). Object-Orientation may be useful or maybe not, but classes like string, vector, hash_map, etc, make life so much easier. Paul _______________________________________________ Containers mailing list [EMAIL PROTECTED] https://lists.linux-foundation.org/mailman/listinfo/containers _______________________________________________ Devel mailing list [email protected] https://openvz.org/mailman/listinfo/devel
