iはstuctureを持っている主な機能には、私が操作することができますオブジェクトを持つ構造体...例えば、setObj()関数を使用していますが、ControllerまたはController.hで関数を定義しようとするとら休閑エラー:タイプ定義の問題
..\ListStruc.cpp:28:28: error: 'Array' is not a type
..\ListStruc.cpp: In function 'void add(int, int, int)':
..\ListStruc.cpp:31:4: error: request for member 'M' in 'A', which is of non-class type 'int'
EDIT:
void add(int cant, int tip,Array A){
//Adds to current day the amount to a specific type
A.M[currentDay]; // i try to use this object.
}
エラーは 'ListStruc.cpp'にあるようですので、おそらく関連コードを表示するべきです。 –
addet、見てください –
あなたの編集で 'add'の定義が宣言と一致しません。 –