类中vector对象应该如何初始化?
一个类里含有一个vector指针,应该怎么对它进行初始化,在调试的时候出现了这样的情况
_First CXX0030: Error: expression cannot be evaluated
_Last CXX0030: Error: expression cannot be evaluated
_End CXX0030: Error: expression cannot be evaluated
导致每次编译的执行的时候出现错误 Unhandled exception in test.exe :0xC 0000005 : Access Violation.
请问这样的问题该如何解决?