:: Re: [DNG] Learning C
Etusivu
Poista viesti
Vastaa
Lähettäjä: David Billsbrough
Päiväys:  
Vastaanottaja: Hendrik Boom
Kopio: dng
Aihe: Re: [DNG] Learning C
Hello Hendrik and all,

I would sort of use:

gcc -Wall -std=c90 -o bicycle bicycle.c

as I don't like having a 'executable' file named "a.out" in a directory that could be the
output from the 'C' compiler from the other source files in the directory.

Now back to the other parallel thread about ANSI 'C' compilers, let's start with standards and
what or who is an *ANSI?*

:-)

https://www.ansi.org/standards-faqs

regards,

David
--
David - KC4ZVW
QTH: Chuluota, FL
Web: https://www.kc4zvw.org/


> Sent: Tuesday, September 24, 2024 at 12:18 PM
> From: "Hendrik Boom" <hendrik@???>
> To: dng@???
> Subject: Re: [DNG] Learning C
>
>>> Hmm - - - this is called learning by doing - - - agreed.
>
> Just like the original quer? ent? did when be used
>     gcc -Wall -o bicycles.c
> instead of
>     gcc -Wall bicycles.c

>
> And he asked on this mailing list to get help from an experience developer.
>
> -- hendrik