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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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!