Discussion:
Newsgroup TA
(too old to reply)
Alexander Smith
2004-02-02 22:22:51 UTC
Permalink
Hi everyone,

Prof. Veneris and I are back from Japan, so I'll be answering questions on
the newsgroup again. That also means that if you have questions you don't
want posted on the newsgroup, you can e-mail them directly to me. If you
do, please put "ECE242" somewhere in the subject line.

Alexander
Bhatia Jayesh
2004-02-03 08:15:21 UTC
Permalink
Are we allowed to use extra header files, for example string.h to simplify
the reading of cnf files ?
Alexander Smith
2004-02-03 14:35:00 UTC
Permalink
Yes. You may use any of the standard C libraries, except math.h for the
same reason you couldn't use it in lab 1 (it requires special linking
instructions). You definitely do not need math.h for this lab. string.h
does not require any special libraries for linking, so it should not
present a problem.

Alexander
Post by Bhatia Jayesh
Are we allowed to use extra header files, for example string.h to simplify
the reading of cnf files ?
Loading...