How to develop C programmes without an IDE in Windows?

前端 未结 11 1323
耶瑟儿~
耶瑟儿~ 2021-02-09 18:52

I want to have a deeper understanding of how C programmes are run.

But IDEs stops us from doing that.

So is it possible that I manually set up the environment an

11条回答
  •  [愿得一人]
    2021-02-09 19:23

    Download Cygwin and make sure to install GCC, the GNU C compiler.

    You can write your C programs in a text editor, compile them with GCC, and then execute them.

提交回复
热议问题