Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これで定義ができました
list<Node*> _nodes;
と関数
Node* Directory::getChild(int index) { }
次に、どのようにリターンを追加できgetChild()ますか?
getChild()