Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.c > #388000
| From | fir <fir@grunge.pl> |
|---|---|
| Newsgroups | comp.lang.c |
| Subject | Re: how to make it work |
| Date | 2024-08-29 18:12 +0200 |
| Organization | i2pn2 (i2pn.org) |
| Message-ID | <f26d074120980ea0e2bd148129360095ec60d2f9@i2pn2.org> (permalink) |
| References | <877194bd8a95b9acb03db317ee000e94cce2834d@i2pn2.org> <vaq5im$1b6q$1@raubtier-asyl.eternal-september.org> |
Bonita Montero wrote:
> Am 29.08.2024 um 14:25 schrieb fir:
>
>> if(tag=='very old york') printf("\nvery old york");
>
> Isn't standard and I don't know what your compiler does with this
> since the string is beyond eight bytes. Maybe it makes a unsigned
> __int128 from that.
>
my compiler seem to cut of all that to last 4
the result of this program is
warsaw
paris
new york
old york
very old york
new york
old york
very old york
new york
old york
very old york
Back to comp.lang.c | Previous | Next — Previous in thread | Next in thread | Find similar
how to make it work fir <fir@grunge.pl> - 2024-08-29 14:25 +0200
Re: how to make it work Ben Bacarisse <ben@bsb.me.uk> - 2024-08-29 14:04 +0100
Re: how to make it work fir <fir@grunge.pl> - 2024-08-29 15:13 +0200
Re: how to make it work Ben Bacarisse <ben@bsb.me.uk> - 2024-08-29 16:09 +0100
Re: how to make it work fir <fir@grunge.pl> - 2024-08-29 18:14 +0200
Re: how to make it work James Kuyper <jameskuyper@alumni.caltech.edu> - 2024-08-29 14:16 -0400
Re: how to make it work fir <fir@grunge.pl> - 2024-08-29 20:24 +0200
Re: how to make it work Kaz Kylheku <643-408-1753@kylheku.com> - 2024-08-29 15:22 +0000
Re: how to make it work fir <fir@grunge.pl> - 2024-08-29 18:24 +0200
Re: how to make it work Bonita Montero <Bonita.Montero@gmail.com> - 2024-08-29 17:54 +0200
Re: how to make it work fir <fir@grunge.pl> - 2024-08-29 18:12 +0200
Re: how to make it work Bonita Montero <Bonita.Montero@gmail.com> - 2024-08-31 20:38 +0200
csiph-web