c++ - preprocessor fail on comment
- Richard <fractal clark.net> Dec 05 2002
# //include <iostream> # include <iostream> error identifier expected. preprocessor doesn't like the form of "# //" and chokes on the next line. Richard
Dec 05 2002
# //include <iostream> # include <iostream> error identifier expected. preprocessor doesn't like the form of "# //" and chokes on the next line. Richard