Binary data file compatibility across machines

Peter Holzer hp at vmars.tuwien.ac.at
Tue Dec 4 02:45:52 AEST 1990


Well, I hate to followup my own articles, but maybe I should add that in
general, if you can use any standards that are widely available you
should use them. 

Rolling your own data conversion routines is only of advantage if

1. There is no common standard between the machines you are using.

2. The problem is so small that inventing a format and writing the
   conversion routines is MUCH less work than familiarizing yourself
   with existing routines.

--
|    _  | Peter J. Holzer                       | Think of it   |
| |_|_) | Technical University Vienna           | as evolution  |
| | |   | Dept. for Real-Time Systems           | in action!    |
| __/   | hp at vmars.tuwien.ac.at                 |     Tony Rand |



More information about the Comp.lang.c mailing list