Why do I get a c0000374 error trying to resize a dynamic array?

前端 未结 0 689
北恋
北恋 2021-02-01 15:22

First, I can\'t use std::vector, I have to implement an array from scratch.

The error gets thrown when I try to do:

void setIdentity() {
    i         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题