Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site ecrhub.UUCP Path: utzoo!hcrvax!ecrhub!david From: david@ecrhub.UUCP (David M. Haynes) Newsgroups: net.lang.c Subject: Re: how has C bitten you? Message-ID: <243@ecrhub.UUCP> Date: Fri, 2-Aug-85 08:22:11 EDT Article-I.D.: ecrhub.243 Posted: Fri Aug 2 08:22:11 1985 Date-Received: Sun, 4-Aug-85 04:10:06 EDT References: <302@brl-tgr.ARPA>, <4081@alice.UUCP> Organization: Emerald City Research, Toronto Lines: 19 One of my all time favourites is the non-orthagonality between scanf and printf. Especially the following: scanf("%D %F", long, double); or scanf("%ld %lf", long, double); vs. printf("%ld %f", long, double); Why no %F or %D on printf? And why %lf vs %f? fun! -- -------------------------------------------------------------------------- David M. Haynes Exegetics Inc. ..!utzoo!ecrhub!david "I am my own employer, so I guess my opinions are my own and that of my company."