Tagged Questions
7
votes
3answers
1k views
17
votes
6answers
703 views
Aren't there compilers better at telling the programmer what's wrong in a code?
I have worked a little while with the Microsoft compiler from Visual C++ but I worked a long time with G++, and I remember often having bad times understanding what was wrong in my code with the ...
3
votes
2answers
1k views
Reason to use mingw win32 headers and libs with LLVM/Clang
Is there any good reason (except "GCC is better") to use the MinGW win32api/headers/libs with LLVM/Clang. Suppose that in two to three years, Clang has matured enough (in C++0x and performance) that ...
7
votes
3answers
1k views
Is Clang/LLVM ready for prime time?
Clang is able to be used instead of gcc? What your experience on that? What disadvantages there are yet?
Performance of compilation is very better than gcc but about performance of code generated ...