In VB.net, I can use fileput to store an array of structure in a binary file, and fileget to retrieve the array of structure. Can C# use the above same functions to do the job? Is there a better way to do it?
Asked
Active
Viewed 24 times
0
-
Does this help? https://stackoverflow.com/questions/70309525/in-c-how-can-i-reinterpret-byte-as-t-where-t-is-a-struct/70309604#70309604 - My answer demonstrates reading and writing an array of structs from and to a stream. – Matthew Watson Nov 23 '22 at 13:14
-
Please provide enough code so others can better understand or reproduce the problem. – Community Nov 23 '22 at 14:58