Hello,
This is not really a question about loading, its a question about saving. Lets say I have this 2D array, used in a certain project of mine, and I want to be able to load it from an external file later on, so naturally I’d place it in a file of my choosing, but what would be the easiest to deal with, from a loading perspective*? Should I save it as a XML file and modify it in any specific manner, or perhaps just raw data in a .txt document? Other suggestions are welcome as well.
- Meaning, if I saved it as raw data (for example) I could get to do more complex parsing than dealing with XML.
Thanks for your time.