EOF Character for XCode on a Mac
I am a teacher that is currently teaching programming in C++ for a high school class. I used to use CodeWarrior and now I am using XCode. One of the programs that my students have to write is waiting for an End Of File character to quit the program. What combination is this for the Mac? In Windows, it is ctrl-z. In UNIX it is supposedly ctrl-d. I thought the UNIX one would work, but it does not. Does any one have an idea of what key combination to use for the EOF?
eMac, Mac OS X (10.4.5)