tinyxml2
tinyxml2 copied to clipboard
Real-Time XML Manipulation with TinyXML-2 in a College Project
I'm using TinyXML-2 for a college project where I need to open, increment, and manipulate external files. I decided to use XML for this purpose. However, the changes I make are only updated when the program terminates. Is it possible to update the changes while the program is still running?