std::vector object is not recognized by my IDE

前端 未结 0 682
难免孤独
难免孤独 2021-01-23 20:18

I define a very simple vector: std::vector v; Then when I want to add an element to this vector I cannot reach to member functions of this vector: v.push_back(1); This code giv

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