Hi all!

I need to write a binary (or random) file with fixed-length structures: I have my struct , an array of type "mystruct", and I have to write/read it from a file.

I found the stream classes, but work just with base-type or byte-array...

Some solution?

Thanx!

cya