> On 8/13/06, Yunus <yunus@xxxxxxxxx> wrote: > > > > > > Dear All, > > > > I am learning C++. Can anyone suggest a good Standard C++ Compiler for > > Windows ? > > > > FYI, i am using dual OS i.e:Fedora Core 3 (FC 3) dan Win XP. In FC 3, i have > > GNU g++ compiler. >From :"Arthur Pemberton", > well, Borland just isn't what it used to be. So I am going to have to > suggest Microsoft Visual Studio, I don't much use it myslf, however I > do know that code which compiles in g++ tends to compile on it, with > slight mods. >From: "jdow", > I believe if you dig around msdn.microsoft.com you can find yourself > a free, for awhile, copy of the Visual C++ compiler, which means if > you get into Microsoft specific "stuff" you'll have a toop to work > with. > Otherwise you get to go through the gyrations needed to install > the gnu compilers on Windows. It can be done. I've not tried it. > Others here have, I am sure. Hi, Arthur and jdow, I don't want to get into Micro$oft specific "stuff". VC++ will be my last choice. I would like portable C++ code. I have ever heard about Intel C++ compiler. Does Intel C++ compiler support Standard C++? Thanks. yunus