c_cpp 滥用std :: vector

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了c_cpp 滥用std :: vector相关的知识,希望对你有一定的参考价值。

#include <vector>
#include <iostream>

int main()
{
  std::vector<int*> vec(10, new int);
  
  for (auto p : vec)
    std::cout << static_cast<void*>(p) << std::endl;
}

以上是关于c_cpp 滥用std :: vector的主要内容,如果未能解决你的问题,请参考以下文章

c_cpp 滥用C ++语言

关于alloca的使用和滥用

在 C++ 标准中滥用 std::memory_order::relaxed 的示例 [algorithms.parallel.exec/5 in n4713]

c_cpp std :: map和std :: set

c_cpp 使用指向别名std :: cin和std :: cout的指针

c_cpp STD C ++线程