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

Creating STL Containers

Guys, How can I create container that is gonna work like STL containers, or how can create container after how many years of experience ?

31st Jan 2018, 9:25 AM
Mustafa K.
Mustafa K. - avatar
1 ответ
0
If you have knowledge of c++ templates and knowledge of implementing data structures and algorithms, you can create your own containers. you can also read STL source code online.
1st Feb 2018, 5:14 PM
Ravi Chandra Enaganti
Ravi Chandra Enaganti - avatar