Which libraries should I know to solve problems on C++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which libraries should I know to solve problems on C++?

4th Nov 2017, 8:15 AM
YoungKolyan
2 Answers
+ 5
It depends of what tipeof problems http://en.cppreference.com/w/cpp/links/libs
4th Nov 2017, 9:05 AM
Chob
Chob - avatar
+ 4
That completely depends on the problems you need to solve. Eg - For string related problems, <string>, <regex> and <sstream> are the headers you will probably need. And most of the times, you don't need any, the language itself is sufficient.
4th Nov 2017, 10:17 AM
Kinshuk Vasisht
Kinshuk Vasisht - avatar