Hi guys I use repl.it c++ online IDE to practice my coding. I have some issues.
1) When I include <string> the IDE does not let me use strings. Does anyone know why?
2) My main issue is I have a class. I am trying to initialize my class constructor using member initializer. I get an error with the std::string. Can anyone help me and explain why I get this error?