Homework 0

Must be turned in before any other submission is accepted.

10 points


  1. Obtain an account for the Unix lab machines in Pearson 0108. This is needed normally only for non-CS majors. If you're a ComS students you should already have one unless you've been missing for a few semesters.
  2. Read the Academic Honesty policy for this class (on the course web page) until you understand it. Contact the instructor if necessary.
  3. Create a text file named hw0.txt containing your name, your userid, and the following statement:
          I have read and understand the Academic Honesty policy for ComS 352.
        
  4. Write a C++ program to display the message "Hello World" to standard output. Save the program as hello.cc.
  5. Compile your C++ program on one of the Red Hat PCs using g++ and save the executable as hello.
  6. Read the electronic submission instructions on the course web page. Submit the files hw0.txt, hello.cc and hello using
          turnin352 hw0
        
    Be sure to submit only those files. Don't run the turnin352 script in your home directory!