1,创建进程 #include <windows.h>#include <stdio.h>int main( VOID ) 2,创建线程 #include <stdio.h>#include <iostream>#include <windows.h>using namespace std; 3,加载BMP文件 #include <windows.h>#include <fstream>using namespace std;char szAppName [] = "BMPLoad";LRESULT CALLBACK WindowProc (HWND, UINT, WPARAM, LPARAM);// **********// class CRaster// - Generic class for BMP raster images. 相关文章: