Liste des Groupes | Revenir à cl c |
On 27/02/2025 22:24, Keith Thompson wrote:I'm afraid it is. Nowadays I spend most of my time arguing with \LaTeX, although when I do cut code it is in C (and that's proper C, of course, not this newfangled gibberish).Richard Heathfield <rjh@cpax.org.uk> writes:As long as it's not "Long time no C" :-)On 27/02/2025 12:56, Ar Rakin wrote:>bart <bc@freeuk.com> writes:>
>// isn't devoid of quirks (this is still C after all), for example:Interesting. Isn't this considered a compiler bug?
>
fopen(file,"rb"); // open file in \windows\system32\
fread(...);
>
Here, the // line continues onto the next, so that the fread is
commented out. But they are fewer.
No. Line splicing occurs in Translation Phase 2. Comment removal
doesn't happen until Translation Phase3. If a compiler /didn't/ splice
those lines, /that/ would be a bug.
<OT>Long time no see. Welcome back!</OT>
>
Les messages affichés proviennent d'usenet.