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
nel_h2
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
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!