Creating .exe files in Xcode?
Does anyone know if it is possible to create .exe files in Xcode? I need to turn in c files for a computer science class that I am taking, and the school uses windows computers yet I code on a mac. Any help with this question would be appreciated.
cdudefire
Junior Poster in Training
53 posts since Sep 2011
Reputation Points: 21
Solved Threads: 0
Skill Endorsements: 0
You will likely need to install a Windows VM and compile the code there, or possibly install a Windows compiler on the Mac using Wine and build it with that. Personally, I have a real issue with CS programs that require Windows software for the class. Basically, it is a violation (IMHO) of common sense and scientific reasoning. AFAIC (as far as I'm concerned), unless the class is MS-specific, then it should allow / require the use of open source software.
rubberman
Posting Maven
2,571 posts since Mar 2010
Reputation Points: 365
Solved Threads: 305
Skill Endorsements: 52
Thanks for the info. I agree with you, its annoying that so many classes at my school are MS centric. I love open source and Mac software.
cdudefire
Junior Poster in Training
53 posts since Sep 2011
Reputation Points: 21
Solved Threads: 0
Skill Endorsements: 0
Question Answered as of 1 Year Ago by
rubberman