Are there any libreys that solo learn supports in c++ | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Are there any libreys that solo learn supports in c++

c++

2nd Jun 2018, 6:21 PM
Frank
Frank - avatar
8 Respostas
+ 2
anything within stdc++.h should be supported in the code playground
3rd Jun 2018, 8:32 AM
hinanawi
hinanawi - avatar
0
the standart library
2nd Jun 2018, 6:45 PM
Max
Max - avatar
0
whats in the standard librery
2nd Jun 2018, 6:46 PM
Frank
Frank - avatar
0
the library that the c++ standart defines. iostream and string are part of it for example
2nd Jun 2018, 6:47 PM
Max
Max - avatar
0
whats in the string librery
2nd Jun 2018, 6:47 PM
Frank
Frank - avatar
0
have you ever used something like #include <string> and done something like string s = "hello"; cout << s; ? thats the standart string class in action
2nd Jun 2018, 6:50 PM
Max
Max - avatar
0
yes
3rd Jun 2018, 12:50 PM
Frank
Frank - avatar
0
thanks for your help
3rd Jun 2018, 12:50 PM
Frank
Frank - avatar