- Actually I can find these things with C#,VB.net but i need to be done this in " C++ ".
- I am doing these operations on XML file using PUGIXML but I need to do this without using these PUGIXML,RAPIDXML etc for performance reasons.
- Please, provide me proper way/links/manuals/guides/material regarding these operations on XML files specially "Datatable" concept in C++ . While surfing all who suggests solution are talking about C# .NET etc.
- It will be better if anyone can provide me a sample code/example (if anyone done this before) for the same.
↧
How can I 1)read & 2)parse the XML file and 3) put the parsed data into datatable in “ C++ ”.
↧