Home  >  Q&A  >  body text

c++书籍推荐,点开查看详细信息

大一上学校有教c++,大学课程教的浅,只学到基础语法和类输入输出流。曾经看了c++ primer plus 前四百页,云里雾里。后来自学了.Net(winform,webform,mvc)。回头想想该学点底层(这里底层并不会低到计算机硬件汇编什么的)。
请问学习计算机基础是否是否有必要深入学习c++

如果有请根据下面的条件推荐书籍

  1. 个人学习历程如上

  2. .以后并不打算用c++开发,不做c++的工作

额外问题

为什么在网络上很难找到c++api
我只在开源中国,msdn,还有一个想不出来的外国网站看过
有没有更全,最好离线的api,msdn除外

大家讲道理大家讲道理2713 days ago519

reply all(3)I'll reply

  • 黄舟

    黄舟2017-04-17 13:05:44

    C++ Reference

    I usually use it, but it’s in English.

    reply
    0
  • PHPz

    PHPz2017-04-17 13:05:44

    C++ is mainly object-oriented. To learn C++ well, you must first learn c well. The key to learning c well is to learn pointers well. We recommend "c and pointers" and "stl source code analysis"

    reply
    0
  • 怪我咯

    怪我咯2017-04-17 13:05:44

    There is a lot to talk about basic computer design. It depends on which aspect you prefer in the future.
    For example, those who prefer network, those who prefer hardware, those who prefer drivers, those who prefer software, and those who prefer languages.
    You need to clarify your preferences first.

    Regarding the basics of c++, you can try to read the basic c++ tutorial directly

    reply
    0
  • Cancelreply