Search Results

0
votes

Embed data in a C++ program

I have seen this to be done by converting the resource file to a C source file with only one char array defined containing the content of resource file in a hexadecimal format (to avoid problems wi …