in reply to Re: while() {}
in thread while() {}

I get this trying to compile while() ; with gcc 4.1.3:
% LANG=C cc 1.c 1.c: In function 'main': 1.c:2: error: expected expression before ')' token
--kap

Replies are listed 'Best First'.
Re^3: while() {}
by syphilis (Archbishop) on Feb 26, 2008 at 23:42 UTC
    Yes - it's a syntax error with gcc-3.4.5 and Visual Studio 7.0, too. (I think ikegami is mistaken about this.)

    Cheers,
    Rob