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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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!