Clang vs GCC for my Linux Development project

后端 未结 6 1462
再見小時候
再見小時候 2020-12-22 16:01

I\'m in college, and for a project we\'re using C. We\'ve explored GCC and Clang, and Clang appears to be much more user friendly than GCC. As a result, I\'m wondering what

6条回答
  •  天命终不由人
    2020-12-22 16:37

    I think clang could be an alternative.

    GCC and clang have some differences on expressions like a+++++a, and I've got many different answers with my peer who use clang on Mac while I use gcc.

    GCC has become the standard, and clang could be an alternative. Because GCC is very stable and clang is still under developing.

提交回复
热议问题