December 05, 2002
# //include <iostream>
# include <iostream>

error identifier expected. preprocessor doesn't like the form of "# //" and chokes on the next line.

Richard