Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.compilers > #2762
| From | Derek Jones <derek@NOSPAM-knosof.co.uk> |
|---|---|
| Newsgroups | comp.compilers |
| Subject | Re: Union C++ standard |
| Date | 2021-11-30 00:46 +0000 |
| Organization | Compilers Central |
| Message-ID | <21-11-015@comp.compilers> (permalink) |
| References | (1 earlier) <21-11-008@comp.compilers> <21-11-009@comp.compilers> <21-11-010@comp.compilers> <21-11-011@comp.compilers> <21-11-013@comp.compilers> |
David, > I was not aware of your qualifications when I posted earlier - you have > been directly involved in things that I can only infer from reading the > standards and other material. You should always infer meaning by reading from the standard, never defer to anybody arguing from authority. > Let me put it this way. Those of us who read the C standards, but were > not involved in writing them, do our best to interpret the precise > meaning of the words in the normative text. Those meanings are not > always clear. You have made the mistake of reading the standard as "plain English". Almost everybody falls into this trap when they start out. In fact the standard is a stylized version of English, with some phrases specified to have a given meaning in specific contexts. As the committee is always saying, the standard is not intended as a tutorial. You probably need to read it three or four times to get an idea of how it fits together (there is a strange logic to it). Start by understanding how the text is styled. The Conformance section specifies how "shall" and "shall not" are to be interpreted. You also need to understand "unspecified behaviors" and "undefined behaviors". See Kaz Kylheku's discussion of the status of footnotes. You need to trace a legalistic top down approach (which takes practice). There are people actively discussing standard C on comp.std.c Footnotes state the obvious when it is not obvious to somebody. They are also an enormous source of confusion and best ignored.
Back to comp.compilers | Previous | Next — Previous in thread | Next in thread | Find similar
Union C++ standard Hans-Peter Diettrich <DrDiettrich1@netscape.net> - 2021-11-25 11:11 +0100
Re: Union C++ standard Kaz Kylheku <480-992-1380@kylheku.com> - 2021-11-26 18:06 +0000
Re: Union C++ standard gah4 <gah4@u.washington.edu> - 2021-11-26 12:16 -0800
Re: Union C++ standard David Brown <david.brown@hesbynett.no> - 2021-11-27 16:59 +0100
Re: Union C++ standard Derek Jones <derek@NOSPAM-knosof.co.uk> - 2021-11-28 12:51 +0000
Re: Union C++ standard David Brown <david.brown@hesbynett.no> - 2021-11-28 19:00 +0100
Re: Union C++ standard Derek Jones <derek@NOSPAM-knosof.co.uk> - 2021-11-29 00:09 +0000
Re: Union C++ standard David Brown <david.brown@hesbynett.no> - 2021-11-29 21:00 +0100
Re: Union C++ standard Derek Jones <derek@NOSPAM-knosof.co.uk> - 2021-11-30 00:46 +0000
Re: Union C++ standard George Neuner <gneuner2@comcast.net> - 2021-11-30 17:18 -0500
Re: Union C++ standard terminology Derek Jones <derek@knosof.co.uk> - 2021-12-01 13:35 +0000
Re: Union C++ standard David Brown <david.brown@hesbynett.no> - 2021-11-30 23:24 +0100
Re: Union C++ standard Kaz Kylheku <480-992-1380@kylheku.com> - 2021-11-29 16:39 +0000
Re: Union C++ standard Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2021-11-29 14:32 -0800
csiph-web