自作クラスの2次元配列を作成したいのですが、incompatible typeとエラーが出ます。
どのように改善すればいいのでしょうか?
C++
1NodeList **arrayHead; 2arrayHead[i]= new NodeList*[num]; 3 ^~~~~~~~~~~~~~~~~~~~~~~~~~
C++
1./Graph.h:1222:121: error: assigning to 'Graph::NodeList *' from 2 incompatible type 'Graph::NodeList **'; dereference with * 3
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/12/02 04:50
2020/12/02 05:19 編集