C++学习相关书目推荐

812阅读 0评论2012-11-13 paulscholes007
分类:

类Unix系统编程经典书籍:
    APUE(Advanced Programming Under Linux Environment)
Linux多线程开发:
    Pthread Programming Under Linux
C++入门基础(非常好):
    C++ Premier 3rd Edtion
    The C++ Programming Language Special 3rd Edition
C++进阶(不适合入门):
    Thinking C++
    Effective C++(More Effective C++)
C++泛型编程:
    Modern C++ Design Generic Programmingand Design Patterns Applied
C++设计模式:
    Design Patterns(模式设计)
ARM软件开发:
    嵌入式设计及Linux驱动开发指南:基于ARM9处理器
    ARM嵌入式系统开发:软件设计与优化
上一篇:def文件是什么?做dll时,不用def文件可以吗?
下一篇:typedef的用法