摘要: C语言绘图程序,画点示例。 编译环境:Win-TC 或者 Turbo C 2.0 。注:不能在VC6中编译。 #include #include void main(){ int graphdriver=DETECT; int graphmode,x; initgraph(&graphdriver,&graphmode,"C:\\Win-TC") ; cleardev... 阅读全文
posted @ 2009-03-03 18:56 emanlee 阅读(1673) 评论(2) 推荐(0)