CompuServe Messages

#C/Sorting strings

    03-May-93 13:22:08
Fm: Greg Comeau@Comeau Cmptg 72331,3421
To: Jerry Thompson 75300,3710
scanf is generally useless except for rare circumstances. Going to route of struct data { char *fname;….. }; is a sound one though. Of course space need to be allocated for fname to point to before doing anything with it.