I had a prof like that.


I still can't figure out how to implement a "press any key to continue" functionality without appeal to getchar()


There just doesn't seem to be anyway to do it from iostreams


(Unless the any key is return)