cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Use of Vectors??
Use of Vectors??
Oct 4, 2009 at 10:54pm UTC
silver chips
(9)
Hi guys I am a basically C# , vb.net programmer but now i have started working in C++. and i am looking forward to it anyways could you guys please tell me what vectors are ?? are they important ?? and their use mainly thanks..
Last edited on
Oct 4, 2009 at 10:56pm UTC
Oct 5, 2009 at 12:56am UTC
Duthomhas
(13206)
The best place to go is the documentation
http://www.cplusplus.com/reference/stl/vector/
A vector is essentially a "dynamic array" whose contents are guaranteed to be physically contiguous in memory.
Good luck!
Topic archived. No new replies allowed.