From: santosh on 8 May 2010 02:20 Hello All, I am thinking of picking up C++. Just wondering which is the best compiler that I should go for? Any help. My main application is in computational finance. Thank you. { Bjarne Stroustrup maintains an incomplete list of C++ compilers at <http://www.research.att.com/~bs/compilers.html>. -mod/sk } -- [ See http://www.gotw.ca/resources/clcm.htm for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ]
From: Martin B. on 10 May 2010 04:39 santosh wrote: > Hello All, > > I am thinking of picking up C++. > Just wondering which is the best compiler that I should go for? Any > help. > My main application is in computational finance. > > Thank you. > If you are developing on Windows, I would recommend Visual C++ 2010 Express edition. br, Martin -- [ See http://www.gotw.ca/resources/clcm.htm for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ]
From: Helge Kruse on 10 May 2010 04:37 "santosh" <santosh.srinivas(a)gmail.com> wrote in message news:032ec8b9-cabf-45c4-9820-a6d2b9067860(a)h9g2000yqm.googlegroups.com... > I am thinking of picking up C++. > Just wondering which is the best compiler that I should go for? Any > help. Choose a compiler that runs well in your operation system. Don't use Visual Studio for Linux or Mac. ;-) I would choose a compiler with a sufficient IDE and a good help system. Helge -- [ See http://www.gotw.ca/resources/clcm.htm for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ]
From: Frank Buss on 10 May 2010 23:19 santosh wrote: > I am thinking of picking up C++. > Just wondering which is the best compiler that I should go for? Any > help. > My main application is in computational finance. If you need to display some of your finance data, you might want to take a look at Qt. The Qt Creator IDE (integrated in the Windows installer, but works in Linux, too) is really nice and you can use it for standard C++ programming, too. -- Frank Buss, fb(a)frank-buss.de http://www.frank-buss.de, http://www.it4-systems.de [ See http://www.gotw.ca/resources/clcm.htm for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ]
From: Sheru on 12 May 2010 07:31 On May 11, 10:19 am, Frank Buss <f...(a)frank-buss.de> wrote: > santosh wrote: > > I am thinking of picking up C++. > > Just wondering which is the best compiler that I should go for? Any > > help. > > My main application is in computational finance. > > If you need to display some of your finance data, you might want to take a > look at Qt. The Qt Creator IDE (integrated in the Windows installer, but > works in Linux, too) is really nice and you can use it for standard C++ > programming, too. { quoted signature and banner removed; please do it yourself. -mod } If you are using Windows then Visual Studio Express editions are pretty good. In Unix/Linux I personally like Code::Blocks IDE with gcc/ g++ compiler. -- [ See http://www.gotw.ca/resources/clcm.htm for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ]
|
Next
|
Last
Pages: 1 2 3 Prev: c++0x perfect forwarding (again) Next: Can you solve this function chaining quiz? |