Paul Querna wrote:
> Takashi Sato wrote:
>> int main(){
>> puts("");
>> int a = 0;
>> return 0;
>> }
>>
>> does not compile with error C2143.
>
> thats lame.
>
> Can we just use c++ yet?
>
> Guess I'll go through all the code and fix this.Especially considering the MS doesn't have a C compiler, they use the C++ engine as the base of their C language compiler (leading to many unusual and irksome/convenient behaviors). Strange this isn't one of them.
