日本語のみで絞り込む

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

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

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

YouTube-Legendary Computer Programmer

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

Hello, I'm having troubles trying to fix this part of my code, any help would be appreciated :) #include using namespace std; int main() { //your code.

2023/3/18 -I have a a.cuh declaring the f() function. I have a “__global__” before f() declaring. */ include “a.cuh” template<typename T> void g(){

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