I am building a program that has different inputs and ouputs depending on the “vehicle” that is loaded. I want people to be able to load different vehicles so I need some type of file that keeps track of all the information.
Is XML going to be the best way to do this? Is there another option I should consider?
Thank you!
XML is commonly used for the situation you described and there are plenty of tools out there to help with automatically creating and parsing XML so it’s a solid choice.