Learning C++ without an IDE

前端 未结 9 743
无人共我
无人共我 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:00

    If you won't use an IDE, you definitely want to use Makefiles to organize your workflow... and you can make easily from emacs or vim.

    Anyway, may I suggest you to use a very simple, almost non intrusive IDE, that could be great for learning purposes: http://www.bloodshed.net/devcpp.html

    It comes with the MinGW compiler bundled, so it's just install and go.

提交回复
热议问题