标签: c++ data-structures hashtable
我正在尝试实现哈希表
答案 0 :(得分:1)
您正尝试在const stock哈希表中添加item *值。如果您需要向表中添加库存,请首先从中创建item结构,或更改哈希表的类型。
const stock
item *
item