Liste des Groupes | Revenir à cl c |
Em 4/4/2025 5:48 PM, Tim Rentsch escreveu:I think Thiago's idea is brilliant. He should become aThiago Adams <thiago.adams@gmail.com> writes:I think the only reason you're saying that is because it's not implemented in GCC, Clang, or maybe even MSVC. I've never seen you complain about any GCC extensions here.
>What do you think of this control block?>
>
do
{
FILE f = fopen("file.txt", "r");
>
if (f == NULL) quit; /*goes to else part*/
>
/*success here*/
for (int i =0; i < 10; i++){
...
if (error) quit;
}
>
}
else
{
/*some error*/
}
I think it doesn't belong in comp.lang.c.
>
I also think you have been participating in comp.lang.c
long enough to know better. Kindly take your language
fantasies somewhere else.
Les messages affichés proviennent d'usenet.