
C++
文章平均质量分 59
zhangweizd
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
数值运算实验记录
实验环境: OS: Windows 7 IDE: Visual Studio 2010 Pro 实验代码1: #include using namespace std; int main() { int a = 1; int b = 6; int c原创 2011-08-18 14:47:26 · 245 阅读 · 0 评论 -
静态数据成员必须赋初值
实验环境: OS: Window 7 IDE: Visual Studio 2010 Pro 以下代码虽然没有语法错误,但无法通过编译。 #include using namespace std; class C { public: void f() {原创 2011-08-18 15:03:02 · 2077 阅读 · 0 评论