08 2014 档案

摘要:本节提到了typedef的作用域以及解析方式的问题,有以下代码段: 1 #include 2 3 using namespace std; 4 5 typedef int length; 6 7 class X { 8 public: 9 length getVal() {10 ... 阅读全文
posted @ 2014-08-26 09:13 Aozorany 阅读(112) 评论(0) 推荐(0) 编辑