News

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 ...