Converting a.cpp to a .app

I am using Microsoft Visual C++ Express and want to know if it is possible to make a .app (or any other Apple standalone applications) out of a .cpp with it. Thanks ahead of time!
Not with VC++, since it's a Windows compiler. You'd need a compiler that can target MacOS.
OK, so are there any compilers that turn a .cpp into an .app and run on Windows? Or do you need a Mac computer?
Maybe. Google mac cross-compiler. Although how are you going to test the binary without a Mac?
Topic archived. No new replies allowed.