What is sequence in c++?? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

What is sequence in c++??

7th Jan 2018, 6:52 AM
Nawed Ahmed
Nawed Ahmed - avatar
3 ответов
+ 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
7th Jan 2018, 6:56 AM
Scooby
Scooby - avatar
+ 5
welcome, keep learning and stay connected with SL ☺
7th Jan 2018, 6:59 AM
Scooby
Scooby - avatar
+ 1
thanks buddy
7th Jan 2018, 6:58 AM
Nawed Ahmed
Nawed Ahmed - avatar