What is wrong with using turbo C?

后端 未结 7 1172
一个人的身影
一个人的身影 2020-12-03 21:45

I always find that some people (a majority from India) are using turbo C. I cannot find any reason to use such outdated compiler... But I don\'t know what reasons to give wh

7条回答
  •  粉色の甜心
    2020-12-03 22:08

    The most important reason you should use decent C compiler is performance. Since GCC optimizes the code aggressively, the compiled programs would have the performance tens of percents higher than before.

提交回复
热议问题