fs
commands to
restrict access to my files, keeping diskettes in my possession at
all times, and disposing of program listings privately. Failure to
take these precautions will result in charges of "aiding and
abetting cheating or plagiarism".
Name (please print legibly):
http://www2.ncsu.edu/ncsu/stud_affairs/policies/code95.html
for details on the University's academic integrity policy.
There is also a companion FAQ page for
this document.
// The function below is based on the lookup() function presented by Dr. Perry // in lecture 10/31/98 (modified to return a string instead of an int). char * lookup(const char [] key) ... |
// The function below was available on line at web address // http://courses/csc214/Programs/lookup.cxx char * lookup(const char [] key) ... |