News

Is it possible to run XCode in Windows? I want to build some iOS apps but don't want to buy a Mac just to do it. I know I've seen some links where it CAN be done but how well does XCode work in ...
After some (okay, a lot) of trial and error, I managed to figure out how to load a C++ source file into XCode. I added the line "getc(stdin);" right before "return 0;" (I was told that this was ...