Convert string to TiXmlText in Cpp using TinyXml?

前端 未结 0 1502
醉梦人生
醉梦人生 2021-01-30 17:57

Below is my code:

TiXmlDocument mdoc("Security.xml");
if (mdoc.LoadFile())
{
    TiXmlElement *pRoot,*pParm;
    
    pRoot = mdoc.FirstChildElement(&qu         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题