:: Re: [DNG] Learning C
トップ ページ
このメッセージを削除
このメッセージに返信
著者: Steve Litt
日付:  
To: dng
新しいトピック: [DNG] file names (was: Re: Learning C)
題目: Re: [DNG] Learning C
tito via Dng said on Tue, 24 Sep 2024 08:16:17 +0200

>$gcc -Wall bicycles.c -o bicycles


The one thing I think MSDOS and CPM (and I think RT-11 too) got right
is to use an extension for binary executables. When I do stuff like
this, I do:

gcc -Wall bicycles.c -o bicycles.exb

.exb stands for Executable Binary.

The only time I omit the extension is when I plan to use the executable
a lot, and usually in pipelines.

But of course I'm probably the only one who thinks this way.

SteveT

Steve Litt

http://444domains.com