about vector

excuse me mabe this question is stupid!!!!
is vector depend on special os,
i have a project for my callage term that our team must write a bit os.
i want use vector because it is so flexible.
now i want know that vector libray is for win or lnx
Last edited on
is vector depend on special os
std::vector is part of the standard C++ library. It is independent of OS.

now i want know that vector libray is for win or lnx
Neither, std::vector is part of the C++ runtime library.
Topic archived. No new replies allowed.