+ 1
Isn’t string included in ...?
Isn’t string included in iostream? i thought this course said that
4 odpowiedzi
+ 2
No, you need to include the <string> library:
https://www.sololearn.com/learn/CPlusPlus/1623/
+ 2
Whoops, sorry I missed that. Are you getting an error?
+ 1
bur there is a tip there saying “The <string> library is included in the <iostream> library, so you don't need to include <string> separately, if you already use <iostream>.”
+ 1
no no, it’s working as expected I was just confused