I need to read and write binary data in C++.I use from ofstream and ifstream classes but it can’t read some chars like 9,13,32.If is there another way to read and write theme.
I need to read and write binary data in C++.I use from ofstream and
Share
Here is a program that does this:
Here is an example of it being run in Linux: