struct S { static int const zero = 0; friend int f(int a = zero); }; このデフォルト引数の指定がgcc(3.4.4 cygwin)でエラーになります。 error: `zero' was not declared in this scope
C言語をはじめよう!のひな形が実行できません。 windows.hをインクルードできなくて。同じフォルダにおいても。 untitled.c(1) : fatal error C1083: Cannot open include file: 'Windows.h': No such file or directory