What is the difference between make and gcc?

前端 未结 11 1333
小鲜肉
小鲜肉 2021-01-31 02:39

The last sentence in the article caught my eye

[F]or C/C++ developers and students interested in learning to program in C/C++ rather than users of L

11条回答
  •  星月不相逢
    2021-01-31 03:17

    The biggest difference is that make is turing complete (Are makefiles Turing complete?) while gcc is not.

提交回复
热议问题