April 2018
Beginner
714 pages
18h 21m
English
Now that you know how to parse XML data, you can create the complementary part—a module that will serialize PlayerInfo structures into XML documents using QXmlStreamWriter. Use methods such as writeStartDocument(), writeStartElement(), writeCharacters(), and writeEndElement() for this. Verify that the documents saved with your code can be parsed with what we implemented together.
Read now
Unlock full access