Creating XML Table in c++

ermanada

New Member
I have created a binary file with 100,000 Employee records in C++ (GNU compiler). Now I need to create XML table with that 100,000 Employee Records using c++. But I don't know how to create XML table using C++ code. Is there any sample code or tutorial available to do this program ?
 
Back
Top