約379,000,000件1ページ目

日本語のみで絞り込む

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 ...

2021/3/23 -My issue is that on line 63 when I call the function, it gives me an error "expected primary expression before 'double radius.' When I ...

2021/11/14 -I recreated a bunch of Arduino boards in KiCad so that the designs could be even more open source. As a bonus, I upgraded all boards to use USB- ...

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 ...

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".

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

YouTube-Legendary Computer Programmer

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: ...

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

2019/10/21 -1 Answer 1 ... To answer your question we will assume your project is based on the Melody example at www.arduino.cc. ... This is an assumption that ...

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

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