32
imdnxt
7y

5 lines of code
100+ lines of errors
Fuck GCC :/

Comments
  • 1
    You should make it stop compiling after n errors (I use n=5)
  • 0
    I feel MSVC is worse
  • 3
    Clang > GCC

    @SuryaK MSVC at least gives proper error messages with direct-links to the documentation with possible solutions.

    Its C/C++ implementation is bullshit though
  • 0
    Always used GCC and MSVC, never knew clang is better. In what ways is it better?
  • 1
    @SuryaK faster and more optimized code generation, also it sticks closer to the language standard than GCC or MSVC

    Also error reporting is a *lot* better than in any other compiler I know
Add Comment