Learning C++ without an IDE

前端 未结 9 717
无人共我
无人共我 2021-02-02 14:14

I\'ve recently started to learn C++ and am completely confused with the choices of IDEs and compilers out there. I am competent with interpreted languages and like the simplicit

9条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-02 15:14

    Firstly, are there any books or websites that teach C++ from this approach? (IDE-less)

    Start from reading The C++ Programming Language book. Written by Bjarne Stroustrup, the creator of C++, this is the world's most trusted and widely read book on C++.

    Take a look also at Programming — Principles and Practice Using C++. It is an introduction to programming for people who has never programmed before. It will also be useful for people who have programmed a bit and want to improve their style and technique - or simply learn modern C++.

提交回复
热议问题