changelog

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

TXT
38
字号
Bin2Cpp - Binary 2 Cpp======================Explanation:* = Changes+ = New Features0.3.10 (05/28/2005):  * Changed the value to make a newline in the	  outputfile from 15 to 30. Improved perfomance		and a slightly lower output filesize.0.3.9 (10/26/2004):	+ Added a statusbar for the convert progress.	* Fixed the returncode of the function	  "filesize();".	0.3.8 (10/24/2004):	+ New ChangeLog format.	+ Added the variable "ifileseize" (Inputfilesize)	  for further releases.	* Fixed the date in the header of the source files	* Cut the 2 functions (strtoupper & filesize out of	  the main.cpp and put them into their own file,	  functions.cpp & functions.h.	* Fixed the time output (progresstime) so that the 	  seconds will be  displayed correctly.	* Changed the C cast to float in the "Time" class to 	  the C++ variation.	* Updated the Makefile.0.3.7 (10/22/2004):	* Fixed Makefile (make depend was broken).	* Changed output files of bin2cpp (changed #define	  into static int/string).	* Fixed my email adress in the header of the source	  files.

⌨️ 快捷键说明

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