Code: Select all
data3 = found2->getText();
const char *c_str3 = data3.c_str();
I already open the manual but i don't understand how to use it
Code: Select all
virtual void irr::io::IXMLWriter::writeElement ( const wchar_t * name,
bool empty = false,
const wchar_t * attr1Name = 0,
const wchar_t * attr1Value = 0,
const wchar_t * attr2Name = 0,
const wchar_t * attr2Value = 0,
const wchar_t * attr3Name = 0,
const wchar_t * attr3Value = 0,
const wchar_t * attr4Name = 0,
const wchar_t * attr4Value = 0,
const wchar_t * attr5Name = 0,
const wchar_t * attr5Value = 0
)
Thanks before