• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Can I Use Linux Environment instead of VS?

Joined
7/21/16
Messages
90
Points
128
Hello all,

I understand that we are required to install Visual Studio for learning this course, but I feel it is very troublesome. Personally, I think that a Linux system like Ubuntu will also compile .cpp or .hpp file correctly. Can I use Ubuntu or other Linux environment for further learning and also final exam? I just started this course, not sure whether there are any advance library or module that need a VS to perform. What's your advice? Thank you in advance.
 
Hello all,

I understand that we are required to install Visual Studio for learning this course, but I feel it is very troublesome. Personally, I think that a Linux system like Ubuntu will also compile .cpp or .hpp file correctly. Can I use Ubuntu or other Linux environment for further learning and also final exam? I just started this course, not sure whether there are any advance library or module that need a VS to perform. What's your advice? Thank you in advance.
VS 2015 is the advised IDE for this course. All the demos are in VS2015 as well, so using another IDE might not be as convenient idea as it looks like.
@APalley @Daniel Duffy
 
Hello all,

I understand that we are required to install Visual Studio for learning this course, but I feel it is very troublesome. Personally, I think that a Linux system like Ubuntu will also compile .cpp or .hpp file correctly. Can I use Ubuntu or other Linux environment for further learning and also final exam? I just started this course, not sure whether there are any advance library or module that need a VS to perform. What's your advice? Thank you in advance.
VS 2015 is the advised IDE for this course. All the demos are in VS2015 as well, so using another IDE might not be as convenient idea as it looks like.
@APalley @Daniel Duffy
VS is highly recommended for this course. It is an industry standard.

You're allowed to use other compilers, but if you encounter compiler specific issues you may not be able to find help as easily. Level 9 in specific may have issues with other compilers.

In terms of ease of use, there's really no argument that VS is more bother than gcc. VS is simpler, more organized, and debugging is more streamlined.

Any version of VS including and after 2010 is fine for this course: https://www.quantnet.com/posts/?post_id=70116.
 
VS is highly recommended for this course. It is an industry standard.

You're allowed to use other compilers, but if you encounter compiler specific issues you may not be able to find help as easily. Level 9 in specific may have issues with other compilers.

In terms of ease of use, there's really no argument that VS is more bother than gcc. VS is simpler, more organized, and debugging is more streamlined.

Any version of VS including and after 2010 is fine for this course: https://www.quantnet.com/posts/?post_id=70116.
Thank You. I got it.
 
Back
Top