vector input

quick question- using namespace standard, how would you input a vector?
would it be like "getline(cin,vectorname)?
Quick answer - You should probably take some time off to read about it, it doesn't hurt. So here you go

http://en.cppreference.com/w/cpp/container/vector
http://www.cplusplus.com/reference/vector/vector/
Topic archived. No new replies allowed.