tinyxml2 icon indicating copy to clipboard operation
tinyxml2 copied to clipboard

Real-Time XML Manipulation with TinyXML-2 in a College Project

Open fmartns opened this issue 1 year ago • 0 comments

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?

fmartns avatar Jun 21 '24 01:06 fmartns