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.
我正在尝试创建一个使用类来创建链表数据结构的程序。是否有必要创建一个包含完整列表的链表类:具有信息的节点和列表?还是我为列表创建一个类并为列表中的节点创建一个类?
谢谢,
不要创建自己的列表 - 使用std::list