約27,100件1ページ目

条件を指定して検索しています。すべての条件を解除する

  • 対象とする言語:日本語
  • 2020/8/9 -そのエラーメッセージは正しくないようであり、その背後にあるルールはリーズナブルでないようだ。. . .それはともかく、問題を解決しよう。

    2014/3/7 -原因. 変数名を書き間違えてクラス名を書いていた。 例. class Anyone { public: ...

    2022/10/31 -cpp, how can i fix it? ERROR MESSAGE: D:xxx/src/top.cpp:172:51: error: expected primary-expression before ')' token. make: *** [obj/top ...

    h:80:expected primary-expression before ')' token; ERROR: [v\+\+ 17-1309] Gcc ... h:45:expected primary-expression before '>' token; ERROR: [v\+\+ 17-1309] Gcc ...

    2020/10/6 -c:21:9: error: expected ')' before 'putchar' putchar(ch); ^~~~~~~ p7.c:23:4: error: expected expression before '}' token } ^. プログラム

    ... token 62 | auto not = []<class T>(T x){return !x;}; | ^~~ prog.cc:64:26: error: expected primary-expression before ',' token 64 | auto ret = myFmap(not ...

    2018/10/9 -ArduinoIDEのこのエラーメッセージの大まかな意味を教えてください。 expected primary-expression before '=' token.

    2022/6/26 -... expected expression [[using CC: opt(1) ... token ^ p239.cpp:28:1: error: expected ... before '[' token 23 | [[using CC: opt(1), debug]] // same ...

    2015/4/3 -h:275: error: expected primary-expression before '>' token /usr/local/tbb43_20150316oss/include/tbb/internal/_concurrent_unordered_impl.h ...

    2013/2/28 -error: expected primary-expression before 'int'. とか言われるわけです。 しばらく悩んだけど、エラーメッセージをぐぐったらstack overflowの ...

    A.本題の前に。 g++でコンパイルってことで、C言語じゃなくてC++として扱っていますけど、承知の上でしょうか。 これはCとC++で文法が変わっている箇所で、 構造体の型名は、Cでは struc...

    A.試験してみました Arduino-IDE 1.0.6 では、「文字列の配列をFlashメモリに配置する例」のスケッチでコンパイル通りますが Arduino-IDE 1.6.8 では、下記の様に変...

    A.~解決方法~ (1)削除 以下の行を削除します。 std::unordered_map<int, std::__cxx11::basic_string<char> (2)修正