A command line tool to create C files from binary files. It can be used to embed the contents of external files to a C or C++ program.
Categories
Command Line ToolsLicense
Public DomainFollow bin2c
Other Useful Business Software
Cloud-based help desk software with ServoDesk
What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
Rate This Project
Login To Rate This Project
User Reviews
-
This is a great tool for embedding icon images into wxWidgets code. I had to modify line 81 to: #define indexItemNext ",\n\t{\"%s\", %s, %ld}" for C++11 I build it like this: g++ -o bin2c bin2c.c sudo cp bin2c /usr/local/bin/bin2c
-
just what I needed to include some files into my embedded webserver fimware!