readme

来自「一个将binary转化为cpp的转换程序」· 代码 · 共 38 行

TXT
38
字号
Bin2Cpp - Binary 2 Cpp======================Bin2Cpp is a little programm for convertingbinary files (i.e. pictures) into C/C++header files.You can include this header files in yourprogramms and use them for anything you want.Summary-------1. Plattforms2. Files3. Compiling1. Plattforms-------------The programm is only compileable at Unix systems.Further releases should be comileable at Win32/NTsystems too.2. Files-------- - src/main.cpp   The main function of the programm - src/Time.cpp / .h   The class for time measurement3. Compiling------------ - Type "make" - And its done

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?