reset password
Author Message
chuckh
Posts: 12
Posted 16:59 Feb 13, 2016 |

Has anyone have issues with the #include <string> not working?
 

aaleman11
Posts: 42
Posted 17:02 Feb 13, 2016 |

Did you try using the namespace with it? Like:

std::string string1 = "blah"

mbarra10
Posts: 4
Posted 17:49 Feb 13, 2016 |

What's the particular issue you are having with it?

chuckh
Posts: 12
Posted 18:31 Feb 13, 2016 |

I was getting an undefined issue, but currently I'm reinstalling visual studio. I should have tried "std::string string1 = "blah". I'll try it once it has finishes installing.