Academic Integrity in CSC 214

Programming assignments and exams in CSC 214 are designed to develop your individual programming skills, without which you cannot function effectively as a member of a programming team. Therefore all work in CSC 214, unless otherwise specified, is expected to be your own effort. Please read and sign the statement below, returning it to your section instructor no later than the first class after the Homework 0 due date.
Signature:Date:

Name (please print legibly):


See 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.

Example 1: Using lecture material in a program.
// 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) ...

Example 2: Using online material in a program.
// The function below was available on line at web address
//   http://courses/csc214/Programs/lookup.cxx
char * lookup(const char [] key) ...


Matthias Stallmann
Last modified: Fri Feb 2 09:22:28 2001