error: use of '@import' when modules are disabled
Modules are enabled by default in new projects in Xcode 5. To enable them in an older project, go into your project build settings, search for "Modules" and set "Enable Modules" to "YES". The "Link Frameworks" should be "YES" too:

Cannot use '@try' with Objective-C exceptions disabled
Xcode打包提示:
Cannot use '@try' with Objective-C exceptions disabled
解决方法:
修改target -> build settings -> All | Combined -> Apple LLVM Compiler 4.2 - Language 中 Enable Objective-C Exceptions为YES
希尔排序
冒泡排序
More Effective C++ (静态绑定与动态类型)
More Effective C++ (限制类的对象数量)
算法复杂度
交换两个数的方法
QString类(常用函数)
面向过程与面向对象
QTableWidget控件总结