BLOG

City Project - TinyXML

I'm thinking about storing configuration data (i.e. chosen resolution, sound volume...) in an XML file, so I've decided to test an XML parser called TinyXML, which is released under the ZLib license, uses DOM and seems small and simple to use.


I've just started learning how to use it, but my first tests are positive.
categories: gamedev, city-project