• 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't compile the code in visual studio

Joined
8/17/20
Messages
3
Points
11
Hello, I opened the file in the folder of level 1 but I'm not able to compile it. Are there any other apps or package I should install in order to compile the cpp file?
Thank you!
 
Hello, I opened the file in the folder of level 1 but I'm not able to compile it. Are there any other apps or package I should install in order to compile the cpp file?
Thank you!
Do you have VS installed?
 
Yes, I have VS installed but if I open the file from the folder Level 1 I can't compile it. I also tried to use VS code. Here is a screenshot of VS code, can you tell me what should I do to fix it?
屏幕快照 2020-12-10 18.23.12.png
 
Yes, I have VS installed but if I open the file from the folder Level 1 I can't compile it. I also tried to use VS code. Here is a screenshot of VS code, can you tell me what should I do to fix it? View attachment 38456
Did you follow the steps to create an empty project (Seems like you have but double check) ? And then save and move the file into that empty project before compiling.
 
Back
Top