User profile: Dudester

User info
User name:Dudester
Name:James
Location:Wisconsin
History
Joined:
Number of posts:79
Latest posts:

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 reads
The 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 reads
I'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 reads
I had a similar problem. I noticed that characters from the extended ASCII set don't play nice with ...