08 2014 档案
摘要:把资源以目录的形式加入xcode中, 同时, 在加入时, 选择"Create Folder References for anyadded folders", 而不是默认的"Recursively create groups for any added folders", 加入后,xcode左侧树状...
阅读全文
摘要:c++ 头文件包含 原因的分析: c++ 头文件的循环引用是指: .h 里面的里面的头文件的相互包含的,引起的重复引用的问题。cpp 里面包含头文件是不存在重复引用的问题(因为CPP没有#ifndef #define #endif 这个)。 关键的原因是:#ifndef #define #endif...
阅读全文
浙公网安备 33010602011771号