Click here to Skip to main content
15,867,915 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want write code for .xml file whoes store all information given by user.
My project is build automation ...
In project use Qt/C++ ...
The project is build automation and in this project give the coding path and user information and create .xml file and then call xml file for further operation....
Posted
Updated 15-Feb-13 1:16am
v3
Comments
markkuk 15-Feb-13 7:10am    
And what's your question? Click the FAQ link in top right of this page, read the posting rules and make a question that can be answered

1 solution

Qt has excellent support for XML and some good examples of how to use it come with the Qt SDK. I suggest you consult those examples or search the internet with criteria such as "Qt+XML+Example". It's not likely anyone has a pre-canned Qt Xml class for saving the kind of information you want that they can just paste into a solution here.
On the other hand you might get lucky.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900