Deutsch English Français Italiano |
<vrufju$3i02s$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: Muttley@DastardlyHQ.org Newsgroups: comp.lang.c Subject: Re: Suggested method for returning a string from a C program? Date: Tue, 25 Mar 2025 14:46:22 -0000 (UTC) Organization: A noiseless patient Spider Lines: 34 Message-ID: <vrufju$3i02s$1@dont-email.me> References: <vrd77d$3nvtf$2@dont-email.me> <86r02roqdq.fsf@linuxsc.com> <vrh1br$35029$2@dont-email.me> <LRUCP.2$541.0@fx47.iad> <vrh71t$3be42$1@dont-email.me> <874izntt5t.fsf@nosuchdomain.example.com> <vrhviu$h5c$1@dont-email.me> <87ecyrs332.fsf@nosuchdomain.example.com> <vri9t1$a29t$1@dont-email.me> <20250320171505.221@kylheku.com> <vrif1v$c9ev$3@dont-email.me> <8734f7rw7z.fsf@nosuchdomain.example.com> <vrjjvb$1esjh$1@dont-email.me> <87tt7mqk7w.fsf@nosuchdomain.example.com> <vrkvt5$2k04q$2@dont-email.me> <87cye9afl0.fsf@nosuchdomain.example.com> <vrmckn$114k$1@dont-email.me> <871puoag2q.fsf@nosuchdomain.example.com> <vrnoft$15f6n$1@dont-email.me> <vrrh0c$qila$1@dont-email.me> <vrrouo$11up7$1@dont-email.me> <vrrqe0$12u8q$1@dont-email.me> <vrrs20$14vob$1@dont-email.me> <vrrvnh$176lu$1@dont-email.me> <vrs0j5$191gt$1@dont-email.me> <vrs2eu$176lu$2@dont-email.me> <vrs2r3$1b0ov$1@dont-email.me> <vrs7oi$1e2j7$1@dont-email.me> <vrtq62$2unrb$1@dont-email.me> <vru2t0$35frt$2@dont-email.me> Injection-Date: Tue, 25 Mar 2025 15:46:23 +0100 (CET) Injection-Info: dont-email.me; posting-host="c549ec488b733e1d16304095061b18c7"; logging-data="3735644"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/WyMnOEQsKhA4Ht+HBfE56" Cancel-Lock: sha1:eoiTS8AbUm272HAVvB0BMfLzzAo= Bytes: 3140 On Tue, 25 Mar 2025 11:09:21 +0000 bart <bc@freeuk.com> wibbled: >On 25/03/2025 08:40, Muttley@DastardlyHQ.org wrote: > > >>> For that matter, why do YOU use a makefile when your full build is only >>> 0.8 seconds? >> >> Modularising code is far more than just about compilation speed which you'd >> know if you had anything approaching a clue. > >You can modularise code without also needing a makefile! IYYM you can build modularised code without it. Sure , sometimes, so long as the modules don't have varying compilation dependencies. But then you end up rebuilding everything. >> The stone age is where they used one huge source file for a program. > >Maybe they also used one huge binary for a program. Listen sonny, in large projects in companies - ie not the toy code you work on in your bedroom - different people will have checked out seperate modules and be working on them at any one time. Thats a lot simpler than having one huge source file that then has a boatload of merge issues when a dozen people all try to check their changes back in. >You're either fucking stupid or an incredibly successful troll. > >No matter how many facts you're given you ignore the ones you don't like >and twist things around to make some smart-ass comment. When you get a dev job in the real world get back to me.