摘要: 当APP出现崩溃时,一般会在XCode的Device界面里面出现崩溃日志,大概像这样:Incident Identifier: FBF87174-405D-4F1C-A745-E3D9F7858F4FCrashReporter Key: 31da19c0a9879bc6ca613ad7611c1... 阅读全文
posted @ 2014-09-30 18:18 Aozorany 阅读(1191) 评论(0) 推荐(0) 编辑
摘要: 本节提到了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) 编辑