im making some basics program with fwrite and fread.
When i fread thing i just fwrite in txt it works correctly but when i open txt file its some weird symbols. (I'm using gcc mingw compiler)
When you open it *how*? Using what?
Well this forum is for issues related to Visual C++, not gcc.
However we may be able to help you if you are using standard C (or C++).
But to do that we need to see your code. We can't psychically debug your
program or advise about the best way to view the output. We need to work
with real code and real data.
- Wayne