
c\c++
文章平均质量分 53
szc10
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
c++对象
C++程序设计(c++对象)What is an object?原创 2015-11-11 22:56:23 · 433 阅读 · 0 评论 -
c++头文件
C++程序设计(c++头文件)Definition of a class In C++,separated .h and .cpp files are used to define one class class declaration(声明) and prototypes(原型) in that class are in the header file(.h) All the bodies of原创 2015-11-12 07:57:53 · 457 阅读 · 0 评论 -
c++构造与析构
C++构造与析构简介原创 2015-11-14 01:25:33 · 346 阅读 · 0 评论 -
c++(父类与子类,继承)
c++(父类与子类,继承)原创 2015-11-15 21:18:47 · 1717 阅读 · 0 评论