c++ - What format suffix is generally used to save binary byte streams?
世界只因有你2017-05-16 13:25:24
0
1
594
It is to use C++ to write files and use std::ios::binary To write files in this way, what format should be used to read so that you can see data like 010101 or 0xFF instead of some unprintable characters
.bin suffix means binary.