绘图基础
摘要:
#include <Windows.h>#include <stdio.h>//#include "resource.h"//#include <afxwin.h>#include <math.h>#define TWO_PI (2.0*3.1415926)LRESULT CALLBACK MyWindowProc( HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam ); void DrawRectangle(HWND hwnd);int cxClient... 阅读全文
posted @ 2013-06-03 21:08 奔跑吧,蜗牛! 阅读(207) 评论(0) 推荐(0) 编辑