Path: csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman Newsgroups: comp.os.linux.misc Subject: Re: C/C++ timeline (was Re: Python: A Little Trick For Every Need) Date: 7 Feb 2026 20:49:13 GMT Lines: 16 Message-ID: References: <-EOdnRUZmNTqQx_0nZ2dnZfqn_qdnZ2d@giganews.com> <10lvc6a$2a0lm$4@dont-email.me> <10lvt12$2g653$1@dont-email.me> <10m0915$2ka88$5@dont-email.me> <10m0fnd$2n7r1$3@dont-email.me> <10m25v7$36k4g$3@dont-email.me> <10m2855$38cir$2@dont-email.me> <10m2b84$30icq$1@dont-email.me> <20260205080604.00002be0@gmail.com> <20260205095745.0000319c@gmail.com> <20260206112850.00006164@gmail.com> <10m5knv$h5mp$1@dont-email.me> <20260206135513.00001a9e@gmail.com> <20260206144316.00001326@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net BpBt7QFaRN9TKdSUmkeD6wksSk1etsAhpxsFLcySS6q2tV6HLw Cancel-Lock: sha1:8OGneqSQb1wCzhOpW+v3rpxLWqs= sha256:49nzVZQ45MJHoZZDrOPKzweUCVC1zd3w2l5nWuGCVuw= User-Agent: Pan/0.162 (Pokrosvk) Xref: csiph.com comp.os.linux.misc:81828 On Sat, 07 Feb 2026 15:36:18 +0000, Richard Kettlewell wrote: > It’s not like Java has a monopoly on being arbitrary and weird! > > int fputs(const char *s, FILE *stream); > int fprintf(FILE *stream, const char *format, ...); > > Whether the stream argument is first or last depends which function > you’re using. After all these years I use 'man fputs' more than I should. Then you throw in the similar functions that take an int file descriptor rather than a FILE*. I'd still rather deal with that arbitrariness than C++'s streams.