Liste des Groupes | Revenir à cl c |
Thiago 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?I think it doesn't belong in comp.lang.c.
>
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 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.