mytank

// 坦克大战.cpp : Defines the entry point for the console application. //思路简介:坦克大战采用的是面向对象的编程思想,其中离不开对类及线程的理解和使用 #include "stdafx.h" #include<windows.h> #include <process.h> #include"pic_.h" #define uchar unsigned char //坐标类型 屏幕上所有的坐标均为非负 #define uint unsigned int //----全局变量 #d...
2014-01-08 00:05 | 阅读 1200 次 | 评论 1 条

C++开山篇

学习c++已有两个月之久了,之前学过了c语言,现在越看感觉越难,里面好多函数,好多使用规则,比如API、MFC、STL,当前学习处于停滞状态。
2013-07-27 11:56 | 阅读 1793 次 | 评论 4 条