
Notifications
Clear all
What are vectors?
0
16/11/2023 4:45 pm
Topic starter
What are vectors?
Answer
Add a comment
Add a comment
1 Answer
0
21/11/2023 7:06 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,308 Posts
- 0 Online
- 1,283 Members
Our newest member: Thomasnat
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