I'm using MacBook xCode. Can't I create MS visual studio project folder in xCode?

Asked 2 years ago, Updated 2 years ago, 63 views

Hi, everyone. Mac, C++ are both beginners.

I have to submit my school assignment by next week. Regardless of whether you're using a Mac, Ask them to submit 'Visual Studio Project Folder' and 'cpp' files.

Implementation environment limited to Visual Studio
Project folder with source code
- Header files (.h) are not accepted, and all declarations and implementations are from one source file (.cpp)
must come true
- Comments required for key functions
- Compress the entire project folder

The problem is that I'm not using ms visual studio, I'm using xCode. What is inside the ms visual studio project folder and is it different from the xCode project folder? How can I create a ms visual studio project folder on Mac? (I'm going to make the code at home and test it with the visual studio in the school computer room later.)

If it's not possible, I'll have to create a project folder in the computer room when I test it on Windows, but I'm thinking about this as the last way.

c++ visual-studio xcode

2022-09-22 21:30

1 Answers

Well, if you're going to the computer room at school, it might be better to just install a virtual machine window on your Mac and install something like VS Express. If the school keeps giving me homework, I can't do it in the computer room every time.

Oh? As far as I know, there is also a visual studio for Mac, so I think it would be good to just install it and use it.


2022-09-22 21:30

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.