CIS 181 Intro to Computer Science
Class 1, February 8, 2005

UNIX TIP OF THE DAY:

Make sure you have activated your University computing account and
taken the Electronic Community Citizenship Exam (ECCE)!

If you haven't already, get to know how to use the email system here at the UofD. Send mail to a friend. Get in the habit of checking your mail every day to see if there are any class messages.

-----------------------------------
Assignment due February 10:

Reading: D&D, Chapt 1

Exercises: pp. 61-65 #1.2, 1.12, 1.15

TODAY'S TOPICS
-----------------------------------

  1. Introductions and getting to know the class
  2. Distribute and discuss syllabus
  3. Introducing the course home page see:
    http://www.cis.udel.edu/~mccoy/courses/cisc181.05s
  4. Basic Machine Organization
  5. Basic C++ Environment -- preprocessing, compiling, linking, and
    basic Unix commands
  6. Compiling and linking c++ programs on our system
  7. A first instance of a C++ program -- in the directory
    $CLASSHOME/examples/ see the files 00-welcome.cc, 00-welcome-using.cc, 00-welcome2.cc, 00-welcome3.cc, and fig1.6.cc.

    Discuss the program(s) line by line


  8. Compiling (preprocessing, compiling, linking) and executing the program.
    Use the two Unix commands

    CC welcome.cc
    a.out