Bitmap的文件格式: #define UINT16 unsigned short #define DWORD unsigned int #define WORD short #define LONG int // Bitmap File Header ( 14 Bytes ) typedef struct tagBITMAPFILEHEADER { UINT16 bfType; // same as BM in ASCII. DWORD bfSize; // the size of the
linux下生成core dump文件方法及设置 from:http://www.cppblog.com/kongque/archive/2011/03/07/141262.html core dump的概念: A core dump is the recorded state of the working memory of a computer program at a specific time, generally when the program has terminated a