• 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!

What is the dependency on visual studio ?

Joined
5/11/19
Messages
13
Points
13
Can we use open source tools like g++/gcc and make to finish the exercise. Are there any dependency / Visual Studio specific libraries required to complete the course. I am new to windows may be that is why I find myself spending more time in setting up visual studio then deleting hidden files etc rather than coding. So I really want to know if there is a way we can use use open source gcc / g++ and make which I feel are more transparent and according to my seniors from Columbia University that gcc/g++ and make are main tools at top prop trading shops such as Citadel, Jane Street and Hudson River Trading to implement trading strategies. Please can we have a open and candid discussion about it without being biased about a set of tools.
 
Any compiler is allowed for this course, as long as your code is well-formatted and standard code. The only caveat is that parts of level 9 may be tough to do without VS.
 
Back
Top