Advertisement

Intel C++ compiler

Started by March 22, 2003 07:45 PM
13 comments, last by dead_roses 21 years, 7 months ago
Can anyone tell me about the intel compiler? how is it compared to VC++. Im just not sure I want to go with microsoft again and am just looking at alternatives. Thx for any help.
"I don''t care what you think unless it is about me"
is there an intel compiler? i''ve never heard or it...

i have MSVC++ 6, and it''s very good, i''d recomend it. i haven''t worked with .net, so i don''t know about that...but it should be good.
Programmers of the world, UNTIE!
Advertisement
The Intel Compiler is basically a compiler that optimizes your code, but only for intel machines.
[email=dumass@poppet.com]dumass@poppet.com[/email]
I have intel c/c++ compiler and it its best than vc++ compiler, It optimizes very well (although vc++ compiler optimize good) and uses the latest instructions (MMX/SSE/SSE2). In the other hand its only intel, nothing amd
developer.intel.com/software/products/compilers theres the link to it, thx for the replys. I have MSVC++ 6 standard but Im looking for an optumised compiler, so Im just checking around. I will probly get MSVC++ professional or check out .NET, since I already know MSVC++ and like it. Maybe Visual Studio .NET I can get the academic version from my college book store for 150$, so thats a good deal, just thought I would check out other compilers that arent MS. Again thx for the replys.
"I don''t care what you think unless it is about me"
The Intel compiler is just a compiler. MSVC is a development environment (code editor, etc). The Intel compiler plugs into MSVC.

MSVC .NET (version 7) is actually fairly good. It even has a folding code editor. It also optimizes code pretty well. Intel will always be half a step ahead on hard-core optimizations, so when time comes to sell version 1.1 of your program, use the profits off 1.0 to buy the Intel compiler and plug it into your MSVC :-)
Advertisement
...you could get MSVC++ for $100 at microsoft''s website...
Programmers of the world, UNTIE!
thx for the replies thats actualy exactly what i was wondering. I thought it was just a compiler but I heard people talking about it as if it was an IDE. Also the MSVC++ that is 100$ is probly the standard one(thats what I paid for mine anyways). I will probly get Visual Studio .NET at the university book store for 150$, academic versions are great deals have all the features of the professional one just can''t sell anything you make with it, of course the best thing is they cost 150$ instead of 1000$:D
"I don''t care what you think unless it is about me"
You can get the academic version for $100 online (I bought mine from http://www.journeyed.com), so unless you just want to support your local book store, you can save $50.
"Walk not the trodden path, for it has borne it's burden." -John, Flying Monk
I got VS .NET Academic version via my college for price of distribution. Nine bucks...

This topic is closed to new replies.

Advertisement