Hello Fellas ,
I'm having a problem with a small Xml parser and writer that i'm coding !
Well , i wrote a class Write_XML in the header i have :
in the cpp file :
Code:
{ childs = doc.createElement(xmlfile); doc.appendChild(childs); return; }
But I'm having this disturbing Error : field 'out' has incomplete type.
How can I solve this problem ?
Thanks :D