C++资源

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/BigLeo/article/details/65434090
  1. C++参考手册
    http://en.cppreference.com/w/
    中文版中,还有很多没有翻译,建议参考英文版

http://www.cplusplus.com/
C++的库函数等。

  1. google c++ 编程规范
    https://google.github.io/styleguide/cppguide.html
    google 其它规范
    https://github.com/google/styleguide

  2. 北大裘宗燕老师给出的术语中英文对照表
    http://blog.csdn.net/bigleo/article/details/22293821

  3. 教程:C++基础教程,含进阶
    http://c.biancheng.NET/cpp/biancheng/cpp/rumen/

  4. C++ 知识库(由CSDN汇集的优秀C++学习资源)
    http://lib.csdn.net/base/cplusplus

  5. 6.

猜你喜欢

转载自blog.csdn.net/BigLeo/article/details/65434090