I am fairly new to programming, and this website, and am trying to get a simple program to work. I am trying to read data from a file, and for now, output it, and eventually see what i can do with it. I cant even seem to get it to just output the data.
I keep getting the error:
Error 1 error C2679: binary '>>' : no operator found which takes a right-hand operand of type 'std::string' (or there is no acceptable conversion) t:\visual studio 2008\projects\getlineexample\getlineexample\main.cpp 18 getlineExample