DemonMaster

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2019年5月21日

摘要: 数组的定义 note : 数组的变量名就是地址 阅读全文
posted @ 2019-05-21 11:38 专注的长尾狸猫 阅读(133) 评论(0) 推荐(0) 编辑

摘要: 代码复制是程序质量表现不良的表现 void sum(int begin, int end) { int i; int sum = 0; for ( i = begim; i 阅读全文
posted @ 2019-05-21 11:13 专注的长尾狸猫 阅读(149) 评论(0) 推荐(0) 编辑

摘要: 整数 char short int long longlong 浮点数 float double longdouble 逻辑 bool 指针 自定义类型 阅读全文
posted @ 2019-05-21 10:52 专注的长尾狸猫 阅读(143) 评论(0) 推荐(0) 编辑