約11,800,000件1ページ目

日本語のみで絞り込む

2015/2/1 -You need to pass objects to the function. You seem to be trying to pass a type ( SelectionneNonSelectionne .) – juanchopanza.

2021/7/13 -Hi, Everyone I am B.S.S.SRIKAR recently I was making a project which will move backward when we will move close to it, just like a runner or ...

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 -Using images in LVGL, getting "error: expected primary-expression before '.' token" ... I'm trying to use images in LVGL. I've converted it via ...

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

2017/9/13 -Hi, I have a problem with this : "expected primary-expression before ')' token" Help me please Thanks [Screenshot (76)]

I get it on the line cout << ("and a mass of ") << mass << ("x10^") << power << (". "); but on the Android app the ^ doesn't line up so I don't know what it ...

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

YouTube-Legendary Computer Programmer

2020/8/1 -I have a script where there is a subscriber which is implemented like the following:

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.本題の前に。 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)修正