C Compiler
1
Name:
Anonymous
2010-02-07 15:08
So which compiler do you guys use for C?
2
Name:
Anonymous
2010-02-07 15:17
Microsoft's. Accept nothing else.
3
Name:
Anonymous
2010-02-07 15:18
GNU's. Accept nothing else.
4
Name:
Anonymous
2010-02-07 15:24
LLVM's. TCC is also acceptable.
5
Name:
Anonymous
2010-02-07 15:24
Glenda 's. Accept nothing else.
6
Name:
Anonymous
2010-02-07 15:30
Intel's. Accept nothing else.
7
Name:
Anonymous
2010-02-07 15:48
Mine. Accept anything else.
8
Name:
Anonymous
2010-02-07 16:19
I manually convert all my code to ASM to ensure optimization.
9
Name:
Anonymous
2010-02-07 16:23
Microsoft's cl.exe
10
Name:
Anonymous
2010-02-07 16:31
I manually write all my code in ASM to ensure optimization.
11
Name:
Anonymous
2010-02-07 16:32
The ANSI one I wrote when I was 12.
12
Name:
Anonymous
2010-02-08 1:29
I manually think all my code in ASM to ensure optimization.
13
Name:
Anonymous
2010-02-08 1:31
I write in binary. I've had assemblers fuck me over too many times in the past.
14
Name:
Anonymous
2010-02-08 1:34
Microsoft's on Win32, GCC on anything else, ICC on rare ocasions, Codeplay VectorC on even rarer ZOMGOPTIMIZED ocasions, raw ASM when nothing else will do.
15
Name:
Anonymous
2010-11-13 17:21