c++
1
Name:
Anonymous
2012-02-09 1:07
Hey I want to start learning C++ and was wondering wich compiler to download?
2
Name:
Anonymous
2012-02-09 1:08
op here forgot to thank you
3
Name:
Anonymous
2012-02-09 4:55
What platform are you using and what platform do you want to build for?
4
Name:
Anonymous
2012-02-09 4:59
Borland. I've been using it for the last two decades and it never failed me. Don't fall for these faggots recommending gcc or clang.
5
Name:
Anonymous
2012-02-09 5:36
GCC or Clang. They're the most complete and up to date.
6
Name:
Anonymous
2012-02-09 5:43
>>5
I always did wonder which one is better.
7
Name:
Anonymous
2012-02-09 6:18
8
Name:
Anonymous
2012-02-09 9:38
>>6
GNU's C compiler is more complete in features but Clang has a far cleaner internal design. This means that it's easier to develop Clang than it is to develop GCC.
9
Name:
Anonymous
2012-02-09 9:43
C++ is shit.
10
Name:
Anonymous
2012-02-09 9:49
>>5
>>8
As if a beginner would need a "more complete in features" C++ compiler anyways.
11
Name:
Anonymous
2012-02-09 10:22
>>8
Thanks.
>>10
I was 6, and not the OP.
12
Name:
Anonymous
2012-02-09 10:25
>>6
And clang has friendlier error reporting.
13
Name:
Anonymous
2012-02-09 11:41
>>12
Yeah I'd take clang over g++ for a beginner any day of the week solely because of the error reporting.
14
Name:
Anonymous
2012-02-09 11:44
Clang is still kinda iffy if you're not on OS X though.