Wanna talk about... std::set? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 5

Wanna talk about... std::set?

Recently I find lack of lessons about STL in the c++. Container std::set is an associative container and header that need to be include for it is, #include <set>; std::set is an associative container that contains a sorted set of unique objects of type Key.  Basic example: https://code.sololearn.com/cott0N65Ga0c/#cpp So let's share our tries with member functions in the comments, discuss issues and suggest solutions. As for me most relevante reference is: http://www.cplusplus.com/reference/set/set

30th Mar 2018, 12:49 PM
Dmytro Kovryzhenko
Dmytro  Kovryzhenko - avatar
2 Réponses
30th Mar 2018, 1:16 PM
🌛DT🌜
🌛DT🌜 - avatar
+ 4
@DT Yes, it's usefull site too.
30th Mar 2018, 1:47 PM
Dmytro Kovryzhenko
Dmytro  Kovryzhenko - avatar