andrewface macrumors 6502 Original poster Feb 26, 2007 #1 i need .exe files to hand in but i dont have a windows machine to do it on...can someone help me out? edit - sorry i forgot to mention this is done in c
i need .exe files to hand in but i dont have a windows machine to do it on...can someone help me out? edit - sorry i forgot to mention this is done in c
F Fearless Leader macrumors 68020 Feb 26, 2007 #2 andrewface said: i need .exe files to hand in but i dont have a windows machine to do it on...can someone help me out? Click to expand... What are you programming in? And what are you doing?
andrewface said: i need .exe files to hand in but i dont have a windows machine to do it on...can someone help me out? Click to expand... What are you programming in? And what are you doing?
andrewface macrumors 6502 Original poster Feb 26, 2007 #3 Rokem said: What are you programming in? And what are you doing? Click to expand... right sorry c programs its basic stuff, im a beginner
Rokem said: What are you programming in? And what are you doing? Click to expand... right sorry c programs its basic stuff, im a beginner
Cromulent macrumors 604 Feb 26, 2007 #4 If it is just straight C I was under the impression that you could cross compile for different architectures using GCC (the compiler that comes with Xcode). If it is Windows specific C I have no idea.
If it is just straight C I was under the impression that you could cross compile for different architectures using GCC (the compiler that comes with Xcode). If it is Windows specific C I have no idea.
C chv400 macrumors 6502 Feb 26, 2007 #5 DevC++ This what you need? DevC++ http://sourceforge.net/projects/dev-cpp/ Unfortunately it doesn't run on a Mac and I don't know how to make a mac compiler generate .exe. It is free though.
DevC++ This what you need? DevC++ http://sourceforge.net/projects/dev-cpp/ Unfortunately it doesn't run on a Mac and I don't know how to make a mac compiler generate .exe. It is free though.
S SC68Cal macrumors 68000 Feb 26, 2007 #6 Do you have a class in a computer lab? Just save the source code and compile it from there.
slooksterPSV macrumors 68040 Feb 27, 2007 #7 Download Q (a PC emulator) install ReactOS, then install Dev-C++ or Codeblocks compile and there ya go
Download Q (a PC emulator) install ReactOS, then install Dev-C++ or Codeblocks compile and there ya go