+ 1
What is sequence in c++??
3 Réponses
+ 9
In computing, sequence containers refer to a group of container class templates in the standard library of the C++ programming language that implement storage of data elements. Being templates, they can be used to store arbitrary elements, such as integers or custom classes.
http://en.cppreference.com/w/cpp/concept/SequenceContainer
+ 5
welcome, keep learning and stay connected with SL ☺
+ 1
thanks buddy