Binary file in C Plus Plus

Binary file a type of computer file that didn't contain text, it store binary encoded data. Binary file usually store binary digits which are grouped in eights, a sequence of bytes.


https://www.geekboots.com/cpp/binary-file


Click here to create binary files using C++

Comments