Search:
Forum
General C++ Programming
about vector
about vector
Dec 17, 2010 at 8:30am UTC
javadvjj
(21)
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
Dec 17, 2010 at 8:30am UTC
Dec 17, 2010 at 9:14am UTC
kbw
(9488)
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.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs