i got this code to test fstream its functions. and i am getting a error only on visual c++ console applications. is there a another way to get the while loop running?
i get the error at ">>" for no operator matches these operands
C2679: binary'>>' no pparater found which takes a right hand openhand of type 'stdstring'(or there is no acceptable conversion)
:(
is compiling in 64bit makes a diffrence