0
Are there any libreys that solo learn supports in c++
c++
8 odpowiedzi
+ 2
anything within stdc++.h should be supported in the code playground
0
the standart library
0
whats in the standard librery
0
the library that the c++ standart defines. iostream and string are part of it for example
0
whats in the string librery
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
0
yes
0
thanks for your help