Managing error strings in C

Ted Richards ted at isgtec.uucp
Tue Jan 22 07:28:08 AEST 1991


In article <1991Jan19.181522.23871 at santra.uucp> sja at sirius.hut.fi (Sakari Jalovaara) writes:
 
> (Even that isn't enough if you want really fancy messages - how can
> you pluralize words or determine if you need "a" or "an" articles etc.
> For a multi-lingual system doing that takes separate binaries for
> different human languages or writing the message system in an
> interpreted language.  Yuck.)

No it doesn't.  All you need are separate messages for singular and
plural, for each type of word that could appear following "a" or "an",
etc.

--
Ted Richards          ...uunet!utai!lsuc!isgtec!ted         ted at isgtec.UUCP
ISG Technologies Inc.   3030 Orlando Dr. Mississauga  Ont.  Canada   L4V 1S8



More information about the Comp.lang.c mailing list