visual-studio - 【已解决】为什么c++中map的value使用指针会出错?
大家讲道理
大家讲道理 2017-04-17 14:20:00
0
2
358

这是我的map的声明

然后在一个类的成员函数中把相应的数据插入时,点运算符标识出错了,看提示貌似是第二个参数出错了,但我不管怎么改(把指针换引用,加括号等),都改不对,请问是哪里出问题了呢?

另:
另一个函数使用另外的map<string,int>没问题,所以应该不是头文件之类的问题

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(2)
迷茫
  1. Determine whether the header file of Table is referenced

  2. No, don’t use Table*, just use Table

洪涛

The reason is that the Table class has not been defined when pt_id_table (type map<int,Table*>) was declared, so an error occurred

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template