Reading an XML here is a must for my need
I have to say though that i don't have any previous XML experience , so I'm not sure how to make it read it

I'm using TinyXML , because i need fast code just to load the information from an XML file .
so anyway , this is how my XML file looks like:
Code:
<?xml version="1.0" ?>
<Rects>
    <Rect x="0" y="235" w="183"
...