Hello,
I want to write a structure to a text file, the issue is though that it could be one of several structures. Instead of creating a function to write each variable in the structure to a file,and a seperate function for each structure type, is it possible to simply pass an entire structure into the file? If so, how?
Thanks for the help
I want to write a structure to a text file, the issue is though that it could be one of several structures. Instead of creating a function to write each variable in the structure to a file,and a seperate function for each structure type, is it possible to simply pass an entire structure into the file? If so, how?
Thanks for the help