hi,
i want to make a program simular to this::
http://www.daniweb.com/code/snippet356.html
but i want it to use Strings not char arrays....
PS::In other words i want to binary write a class-struct which contains a string member.....I think the fact that string is of arbitrary size, creates problem...