Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.c > #381225

Re: bart cc32n.c

Path csiph.com!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From Tim Rentsch <tr.17687@z991.linuxsc.com>
Newsgroups comp.lang.c
Subject Re: bart cc32n.c
Date Mon, 29 Jan 2024 22:31:21 -0800
Organization A noiseless patient Spider
Lines 45
Message-ID <86mssnbadi.fsf@linuxsc.com> (permalink)
References <up00qe$2pg54$1@dont-email.me> <up02vm$2pqh4$1@dont-email.me> <up0377$2prul$1@dont-email.me> <up0mt0$2ugoi$1@dont-email.me> <up306o$3d279$1@dont-email.me> <up3evn$3fhg6$1@dont-email.me> <up52g3$3qru0$1@dont-email.me> <86v87bbqke.fsf@linuxsc.com> <up9k5m$mkt1$1@dont-email.me>
MIME-Version 1.0
Content-Type text/plain; charset=us-ascii
Injection-Info dont-email.me; posting-host="e3f3945cb7164e1654b6d005c9df0f57"; logging-data="941684"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19T0ZU4tGFs95m4idAe7yIGLSQerkXwcTk="
User-Agent Gnus/5.11 (Gnus v5.11) Emacs/22.4 (gnu/linux)
Cancel-Lock sha1:ZRPxC0zFn1/lR7HAA9FnbqPUkbU= sha1:RFD9ro4pv3HcNwa7NKMwzWMO4Ss=
Xref csiph.com comp.lang.c:381225

Show key headers only | View raw


bart <bc@freeuk.com> writes:

> On 30/01/2024 00:41, Tim Rentsch wrote:
>
>> Paul Edwards <mutazilah@gmail.com> writes:
>>
>> [..is the code in cc32n.c topical?..]
>>
>>> I have a different opinion about whether a
>>> C compiler written in C is on-topic in a C
>>> support forum.
>>
>> Any program written in C, whether or not it's a compiler, is
>> topical in comp.lang.c.
>>
>> Unfortunately neither cc32n.c nor cc64.c is written in C.  Rather
>> they are written in a language that resembles C, and may even be
>> compilable by some "C" compilers in a non-conforming mode, but
>> they are not written in standard C.
>>
>> If you want help with one of these programs, and want to get it
>> in this newsgroup, get the code to compile under, for example,
>> gcc -std=c99 -pedantic-errors or gcc -std=c11 -pedantic-errors.
>> Until that is done people are quite right to tell you to look
>> for help elsewhere.
>
> I tried those options on these programs, which all failed:
> [...]
>
> However, who are YOU to tell ME what options to use when compiling
> my C code?

I'm not telling anyone how to compile their programs.  All I'm
doing is giving a way of checking whether a program is C code or
is written in a language that may look like C but isn't.  Knowing
how to do that is something I could have benefited from - many
years ago I wrote some code that I thought was being written in
C, but later I discovered that it wasn't.  I started programming
in C long before there was a C standard, and didn't realize the
degree to which different compilers had different ideas of what
"C" was.  As of this year we are celebrating the 35th anniversary
of the original C standard, and the 25th anniversary of C99, so I
think it's reasonable to expect that people participating in the
newsgroup here at least know how to tell if some code they are
working on is written in C or it isn't.

Back to comp.lang.c | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

bart cc32n.c Paul Edwards <mutazilah@gmail.com> - 2024-01-26 18:16 +0800
  Re: bart cc32n.c Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-01-26 11:53 +0100
    Re: bart cc32n.c Paul Edwards <mutazilah@gmail.com> - 2024-01-26 18:57 +0800
      Re: bart cc32n.c bart <bc@freeuk.com> - 2024-01-26 11:08 +0000
        Re: bart cc32n.c scott@slp53.sl.home (Scott Lurndal) - 2024-01-26 15:36 +0000
          Re: bart cc32n.c bart <bc@freeuk.com> - 2024-01-26 15:49 +0000
      Re: bart cc32n.c David Brown <david.brown@hesbynett.no> - 2024-01-26 17:33 +0100
        Re: bart cc32n.c Kaz Kylheku <433-929-6894@kylheku.com> - 2024-01-26 17:13 +0000
        Re: bart cc32n.c bart <bc@freeuk.com> - 2024-01-26 18:00 +0000
          Re: bart cc32n.c David Brown <david.brown@hesbynett.no> - 2024-01-26 20:35 +0100
            Re: bart cc32n.c Paul Edwards <mutazilah@gmail.com> - 2024-01-28 15:13 +0800
              Re: bart cc32n.c David Brown <david.brown@hesbynett.no> - 2024-01-28 13:11 +0100
                Re: bart cc32n.c bart <bc@freeuk.com> - 2024-01-28 13:32 +0000
                Re: bart cc32n.c David Brown <david.brown@hesbynett.no> - 2024-01-28 15:11 +0100
                Re: bart cc32n.c Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-01-28 19:24 +0100
                Re: bart cc32n.c gazelle@shell.xmission.com (Kenny McCormack) - 2024-01-28 14:41 +0000
                Re: bart cc32n.c bart <bc@freeuk.com> - 2024-01-28 16:04 +0000
                Re: bart cc32n.c Malcolm McLean <malcolm.arthur.mclean@gmail.com> - 2024-01-28 16:15 +0000
                Re: bart cc32n.c David Brown <david.brown@hesbynett.no> - 2024-01-28 19:19 +0100
                Re: bart cc32n.c Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-01-28 19:29 +0100
                Re: bart cc32n.c Kaz Kylheku <433-929-6894@kylheku.com> - 2024-01-28 18:27 +0000
                Re: bart cc32n.c bart <bc@freeuk.com> - 2024-01-28 19:18 +0000
          Re: bart cc32n.c John McCue <jmccue@neutron.jmcunx.com> - 2024-01-26 20:55 +0000
        Re: bart cc32n.c Paul Edwards <mutazilah@gmail.com> - 2024-01-27 21:24 +0800
          Re: bart cc32n.c David Brown <david.brown@hesbynett.no> - 2024-01-27 18:36 +0100
            Re: bart cc32n.c bart <bc@freeuk.com> - 2024-01-27 17:58 +0000
              Re: bart cc32n.c Kaz Kylheku <433-929-6894@kylheku.com> - 2024-01-27 19:57 +0000
                Re: bart cc32n.c bart <bc@freeuk.com> - 2024-01-27 20:39 +0000
            Re: bart cc32n.c Paul Edwards <mutazilah@gmail.com> - 2024-01-28 16:15 +0800
              Re: bart cc32n.c David Brown <david.brown@hesbynett.no> - 2024-01-28 14:05 +0100
                Re: bart cc32n.c bart <bc@freeuk.com> - 2024-01-28 14:02 +0000
                Re: bart cc32n.c David Brown <david.brown@hesbynett.no> - 2024-01-28 17:01 +0100
                Re: bart cc32n.c bart <bc@freeuk.com> - 2024-01-28 18:34 +0000
                Re: bart cc32n.c Kaz Kylheku <433-929-6894@kylheku.com> - 2024-01-28 18:41 +0000
                Re: bart cc32n.c David Brown <david.brown@hesbynett.no> - 2024-01-28 20:10 +0100
                [meta] Re: bart cc32n.c Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-01-29 06:38 +0100
                Re: [meta] Re: bart cc32n.c bart <bc@freeuk.com> - 2024-01-29 11:58 +0000
                Re: [meta] Re: bart cc32n.c David Brown <david.brown@hesbynett.no> - 2024-01-29 14:19 +0100
                Re: bart cc32n.c Paul Edwards <mutazilah@gmail.com> - 2024-01-29 08:59 +0800
                Re: bart cc32n.c David Brown <david.brown@hesbynett.no> - 2024-01-29 14:45 +0100
                Re: bart cc32n.c Paul Edwards <mutazilah@gmail.com> - 2024-01-29 08:35 +0800
                Re: bart cc32n.c David Brown <david.brown@hesbynett.no> - 2024-01-29 16:42 +0100
              Re: bart cc32n.c Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-01-29 16:41 -0800
                Re: bart cc32n.c bart <bc@freeuk.com> - 2024-01-30 01:42 +0000
                Re: bart cc32n.c Malcolm McLean <malcolm.arthur.mclean@gmail.com> - 2024-01-30 04:40 +0000
                Re: bart cc32n.c Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-01-29 22:31 -0800
                Re: bart cc32n.c bart <bc@freeuk.com> - 2024-01-30 11:31 +0000
                Re: bart cc32n.c Kaz Kylheku <433-929-6894@kylheku.com> - 2024-01-30 20:33 +0000
                Re: bart cc32n.c Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-01-30 22:56 -0800
                Re: bart cc32n.c gazelle@shell.xmission.com (Kenny McCormack) - 2024-01-31 08:58 +0000
                Re: bart cc32n.c Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-02-01 05:28 -0800
              Re: bart cc32n.c Kaz Kylheku <433-929-6894@kylheku.com> - 2024-01-30 01:20 +0000
                Re: bart cc32n.c gazelle@shell.xmission.com (Kenny McCormack) - 2024-01-30 01:28 +0000
                Re: bart cc32n.c David Brown <david.brown@hesbynett.no> - 2024-01-30 09:26 +0100
      Re: bart cc32n.c Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-01-26 21:42 +0100
        Re: bart cc32n.c Paul Edwards <mutazilah@gmail.com> - 2024-01-27 21:36 +0800
  Re: bart cc32n.c bart <bc@freeuk.com> - 2024-01-26 11:04 +0000
    Re: bart cc32n.c Paul Edwards <mutazilah@gmail.com> - 2024-01-26 19:14 +0800
    Re: bart cc32n.c Paul Edwards <mutazilah@gmail.com> - 2024-01-26 19:38 +0800
      Re: bart cc32n.c Paul Edwards <mutazilah@gmail.com> - 2024-01-26 19:46 +0800
        Re: bart cc32n.c Paul Edwards <mutazilah@gmail.com> - 2024-01-26 19:55 +0800
    Re: bart cc32n.c bart <bc@freeuk.com> - 2024-01-26 13:51 +0000
      Re: bart cc32n.c bart <bc@freeuk.com> - 2024-01-26 18:53 +0000
        Re: bart cc32n.c Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-01-26 12:47 -0800
          Re: bart cc32n.c Paul Edwards <mutazilah@gmail.com> - 2024-01-27 07:54 +0800

csiph-web