Saving structures to disks, reading them back via serialization.

  • Thread starter Thread starter MyCatAlex
  • Start date Start date
M

MyCatAlex

Guest
I am facing a task of efficiently storing dynamically a few hundred structures. Each structure must be able to have members (substructures) represented by a pair (x,y) where x & y are integers. The structures might also contain signal amplitude information for each pair (x,y): V. I expect each structure contain equal number of bytes without variations. I have a rather vague idea at this point how it could be implemented. Expecting help :-)

Thank you, - MyCatAlex

Continue reading...
 
Back
Top