initialize vector of pointers c++

C++
std::vector<int*> stuff;
Source

Also in C++: