Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!tektronix!tekmdp!bronze!stevesu From: stevesu@bronze.UUCP (Steve Summit) Newsgroups: net.lang.c Subject: Re: portable binary io, or, solving the byte order problem Message-ID: <817@bronze.UUCP> Date: Thu, 6-Oct-83 14:26:39 EDT Article-I.D.: bronze.817 Posted: Thu Oct 6 14:26:39 1983 Date-Received: Sat, 8-Oct-83 05:14:23 EDT References: hcr.498 Lines: 10 hcr!doug has a terriffic idea, if portable binary i/o is really needed. I don't like binary i/o, and I prefer to use ascii i/o whenever I can. It's far more portable that way, and there are always times when you want to look at the stuff yourself, which is a real pain if it's binary. The only reasons I can see for using binary i/o would be if you're VERY concerned about file space, or i/o speed, or if you're interfacing with a program that you can't change which does it that way. Steve Summit tektronix!tekmdp!stevesu