|
|||||||
| Programming, Coding, (Web)Design Discuss all your programming or design needs with likeminded people. |
![]() |
|
|
Thread Tools |
|
|
#1 |
|
I like computers.
|
Best C/C++ Compiler?
Can someone recommend one for me? There's too many
__________________
![]() Always knew I didn't belong in this world. I wasn't made for this. But I'll never forget those who betrayed me, and those who never failed my trust. |
|
|
|
|
|
#2 |
|
DriverHeaven Junior Member
Join Date: Mar 2005
Posts: 21
Rep Power: 0 ![]() |
gcc - free, fairly good, also get to compile lots of other languages (one of the most commonly used)
Microsoft's latest compiler - the compiler is free (if you can find it) but all of the worth of Visual studio is in the IDE/documentation etc. The compiler is a good compiler but i've never used it on the command line. Most of the others have specific uses like icc. |
|
|
|
|
|
|
|
I like computers.
|
Ok thanks, I'll check them out
__________________
![]() Always knew I didn't belong in this world. I wasn't made for this. But I'll never forget those who betrayed me, and those who never failed my trust. |
|
|
|
|
|
#4 |
|
Flash Banner Hater
|
|
|
|
|
|
|
#5 |
|
DriverHeaven Newbie
Join Date: Feb 2005
Posts: 14
Rep Power: 0 ![]() |
intel's c++ compiler is the best.. no doubt. it's a highly optimizing compiler.. in terms of binary performance, microsoft's visual c optimizing compiler (not the free one.. or the standard edition) is the only real competition. msvc can compile the code faster than all other compilers in it's class.. but still remains behind intel in terms of performance (much of the performance differences is due to the loop unrolling capabilities of icc.. while gcc has it implemented, it doesn't even come close to touching icc in terms of overhead, binary size, and perf boosts. if you're on a windows based system, then there is no open source license.. for linux based systems, intel open sourced all their devel products.. so you can get that off intel's site.
regardless of whether you have an amd or intel, icc is the best. i will make one note tho.. if what you're compiling is designed for a smp system, gcc really comes alive.. haven't seen the figures so i can't say how it pins up against icc tho. |
|
|
|
|
|
#6 |
|
DriverHeaven Lover
Join Date: Nov 2003
Location: Burnaby, .B.C.
Posts: 226
Rep Power: 0 ![]() |
[color=#232d35]http://www.beyond3d.com/forum/viewto...=asc&highlight=[/color]
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|