1. VC中的绘图环境
MFC单文档两点画线的四种方法
http://blog.sina.com.cn/s/blog_59cb8a930100ede5.html
07章 画笔和画刷
http://www.quanxue.cn/JC_CLanguage/Sdk/Sdk07.html
2. 类重定义问题的相关说明
有可能是用户自己定义的类冲突,也有可能是和系统标准库中定义的类冲突
#include <iostream>与 #include <iostream.h>的区别
http://blog.sina.com.cn/s/blog_514b5f600100ayks.html
Why class type "redefinition"
http://www.gamedev.net/community/forums/topic.asp?topic_id=386486