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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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!