随笔分类 -  VC++

VC++6.0
摘要:来源:http://gkliu123.bokee.com/1446729.html字符类型:---------------------------------------------------标识符 实际类型 意义 CHAR char 8位Windows(ANSI)字符。 CCHAR char 8位Windows(ANSI)字符。 PSZ char* 一个以"NULL"结束的Windows... 阅读全文

posted @ 2008-05-12 08:55 房客 阅读(702) 评论(0) 推荐(0)

摘要:CRect rectClient; GetClientRect(rectClient); pDC->SetMapMode(MM_ANISOTROPIC); pDC->SetWindowExt(CSize(1000,1000)); pDC->SetViewportExt(rectClient.right,-... 阅读全文

posted @ 2006-06-13 13:55 房客 阅读(7476) 评论(11) 推荐(1)

导航