日本語のみで絞り込む

2012/7/16 -I've tried defining the variables on a separate line before assigning them to the functions, but I end up getting the same error message. What ...

Ive been getting that error a lot and I have no idea what it means. For example: the code below is supposed to print the three integer values in the array ...

2022/9/1 -error: expected primary-expression before ';' token Welcome to my channel. Please Subscribe, like and share. It is greatly appreciated.

2021/11/14 -So I'm trying to write this script for something and I cannot for the life of me figure out why it's throwing these errors.

2021/3/2 -I would start with this basic kOmegaSSTPANS constructor - just put the included headers and this function in a separate file and try to compile ...

2020/8/2 -I have a nested "switch" statement in a function. Every time I try to compile, I get the error "expected primary-expression before ')' token".

im a beginner programmer in c++ and i am haveing this problem and dont know what to do.(last line) http://puu.sh/mKElD/b58a377d02.png the code: ...

2021/8/1 -Hi all, I'am working with this libray here but I have an error when I try to comile with Arduino and I don't know why.

The following code gives an "expected primary-expression before '>'" error when compiled with gcc, Dev-C++ version 4.9.9.2. There is no

2021/3/22 -I'm trying to use images in LVGL. I've converted it via the online converter just as the docu says. I've tried this once before but moved on ...

A.トークン '=' の前に、一次式が必要です。 という意味です。 トークン '=' というのは、プログラムの一部分で = という記号が書かれている部分のこと。 (== とか != は除く。あくまで

解決済み-回答:1件-2022/1/7

A.i が無いからでは? 誤:for(i=30;<=120;i++){ 正:for(i=30;i<=120;i++){

解決済み-回答:2件-2018/10/9

A.'ほにゃらら'の直前にあったのがNULLであった、ということでしょうか? とりあえず'ほにゃらら'の直前あるいはさらに少し前で未定義の型や変数を使っていないか、というあたりが目のつけどころにな...

解決済み-回答:1件-2010/6/29