|
This program allows you to include binary files into your C++ projects by storing it as an array of bytes. To use this data, just include the header file that is generated by Bin2C++ into your C++ program and make code that writes all of the bytes into a (temporary?) file (in binary mode offcourse). The download contains a sample program that you could use.
|