Tutorial material for C beginner

kenny at m.cs.uiuc.edu kenny at m.cs.uiuc.edu
Fri May 5 02:55:00 AEST 1989


/* Written  9:27 pm  May  2, 1989 by dwilbert at bbn.com in m.cs.uiuc.edu:comp.lang.c */
If you work on any serious product, you should consider keeping log-style
files in a binary format. When I started work on my project, I had no idea it
would eventually be translated into another language.
/* End of text from m.cs.uiuc.edu:comp.lang.c */

I would replace the phrase `binary format' with `convenient
machine-parsable format' here.  What's to keep you from maintaining
the log using an ASCII representation of whatever data you're keeping
in binary, but in a machine-parsable form that your front end can
represent in either language as required?  That allows the standard
tools to be used on the log, if the user is familiar with the
intermediate format.

| /         o            Kevin Kenny                             (217) 333-5821
|<  /) |  | | |/\        Department of Computer Science           o  ,    o  ,
| \ X_  \/  | | |        University of Illinois                 40 07 N 88 13 W
kenny at cs.uiuc.edu        1304 W. Springfield Ave.       
uunet!uiucdcs!kenny      Urbana, IL   61801                  AD ASTRA PER ARDUA



More information about the Comp.lang.c mailing list