Creating Directories in standard C/C++You could always use the C/C++ libraries but they always call Windows API. It's kinda unavoidable.
file opperations stop after 90 or so readsThe C library sets an error flag when it encounters a non-ASCII value which is where your problem is...
file opperations stop after 90 or so reads@dineshcpp What kind of file did you try it on? Test it on an executable or something with strange ...
file opperations stop after 90 or so readsI've noticed that it doesn't have to be null characters. Atleast in my case when I debugged it the v...
file opperations stop after 90 or so readsI had a similar problem. I noticed that characters from the extended ASCII set don't play nice with ...