Posts

Showing posts with the label External Resources

Open XML parsers in C/C++

Image
XML is the most common way to manage any kind of data. A lot of free open code packages for manage XML file are available. Here a short list of the most famous written using C/C++ language.

Tree in C/C++

Image
Tree structure is frequently useful in case your software need to manage data in structured mode. The tree concept is simple but can have many different implementations. However, rather than reinvent the wheel, many developers proposed their solutions for manage tree. Here a short linst of some of them available in open source format. Feel free to add new if you know.