
Notifications
Clear all
What are vectors in c++?
0
12/09/2023 5:49 pm
Topic starter
What are vectors in c++?
Answer
Add a comment
Add a comment
1 Answer
0
14/09/2023 8:59 pm
The C++ Standard Library vector class is a class template for sequence containers. A vector stores elements of a given type in a linear arrangement, and allows fast random access to any element. A vector is the preferred container for a sequence when random-access performance is at a premium.
Add a comment
Add a comment
Forum Information
- 22 Forums
- 1,969 Topics
- 5,313 Posts
- 0 Online
- 1,289 Members
Our newest member: Keithfatte
Latest Post: Space bug using " & n b s p ; "
Forum Icons:
Forum contains no unread posts
Forum contains unread posts
Topic Icons:
Not Replied
Replied
Active
Hot
Sticky
Unapproved
Solved
Private
Closed