class ARouter {
enum directions {north, neast, east, seast, south, swest, west, nwest};
static directions gon[] = {north, neast, nwest, east, west, seast, swest, south};
};
こんにちは、上記のコードの問題を知っている人はいますか?
VC++2008Ex の 2 行目に 2 つのエラーが表示されます。
エラー C2059: 構文エラー: '{'
エラー C2334: '{' の前に予期しないトークンがあります。見かけの関数本体をスキップする