I have a program and i want to store 3 2d arrays in one file.
2 of them are ints and one is a boolean array.
Is this possible and if so how?
Printable View
I have a program and i want to store 3 2d arrays in one file.
2 of them are ints and one is a boolean array.
Is this possible and if so how?
if i understand you correctly, you may try serialization.