Hi,
I am a PhD student in Financial Maths and I got interested in QuantLib project as an opportunity to take a look at some real quant code, and potentially contribute. Could anyone recommend a good IDE for Linux, so that I could compile, navigate the code, run the unit tests etc. easily? I have very limited experience with C++ development, I have done a fair bit of Java and C# before though. Cheers, Grzegorz ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
If you are comfortable with Linux and command line, no combination is
better than vi / g++ compiler Since you mentioned unit tests, I would say KDevelop is the best. Although I generally work with XCode on Mac. Other IDE's like Eclipse might be more comfortable, but they are damn slow On 9/28/10 4:19 PM, Grześ Andruszkiewicz wrote: > Hi, > > I am a PhD student in Financial Maths and I got interested in QuantLib > project as an opportunity to take a look at some real quant code, and > potentially contribute. > > Could anyone recommend a good IDE for Linux, so that I could compile, > navigate the code, run the unit tests etc. easily? I have very limited > experience with C++ development, I have done a fair bit of Java and C# > before though. > > Cheers, > Grzegorz > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing. > http://p.sf.net/sfu/novell-sfdev2dev > _______________________________________________ > QuantLib-dev mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/quantlib-dev > -- Regards, Animesh Saxena (http://quantanalysis.wordpress.com) Ph: (+91)9920098221 ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
On Tue, 2010-09-28 at 16:31 +0530, animesh saxena wrote:
> If you are comfortable with Linux and command line, no combination is > better than vi / g++ compiler Except emacs/g++. Sorry, couldn't resist :) Luigi -- Weiler's Law: Nothing is impossible for the man who doesn't have to do it himself. ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
Free forum by Nabble | Edit this page |