2014年9月20日

摘要: 3-1 Point类的构造函数 Time Limit: 1000MS Memory limit: 65536K 题目描述通过本题目的练习可以掌握类的构造函数的定义;设计一个点类Point,私有数据成员有x、y;公有成员函数有:无参数的构造函数Point(),带参数的构造函数Point(int,int... 阅读全文

posted @ 2014-09-20 19:05 ttop 阅读(173) 评论(0) 推荐(0)

摘要: 问题:deepin下从应用商店安装的codeblocks不能自动缩进解决:sudo apt-get install codeblocks-contrib重启codeblocks即可:实质上是安装了很多插件。 阅读全文

posted @ 2014-09-20 19:01 ttop 阅读(263) 评论(0) 推荐(0)