RE: Plugin Help C++ opening file
str is a char variable? If so, that's why. You'll have to write code that can read whole strings instead.
I recommend you get a book on C++: it will tell you all you need to know. I recommend Sam's Teach Yourself C++ in 21 Days.
|