Discussion:
include_32
(too old to reply)
Patrick Cheng
2011-06-15 15:09:33 UTC
Permalink
i tested some some simple cases out with the include_32 executable and
it returned results which dont seem to follow the assignment

e.g. it copies material from files with suffix .htest
and when it encounters #include <iostream>, it just states that it
can't read it and stops copying the rest

is our function suppose to do this?
cs246
2011-06-15 16:47:13 UTC
Permalink
Post by Patrick Cheng
i tested some some simple cases out with the include_32 executable and
it returned results which dont seem to follow the assignment
e.g. it copies material from files with suffix .htest
and when it encounters #include <iostream>, it just states that it can't
read it and stops copying the rest
is our function suppose to do this?
You were asked not to implement #include with the angle brackets like
#include <iostream>. Behaviour hasn't been defined for these cases so it
will not be tested, and it's ok not to handle it in the same way.
--
-------------------------------------------------
John Munnings
CS 246 Tutor
School of Computer Science, UW
Office: DC3128
-------------------------------------------------
Loading...