CS 302 - Data Structures & Algorithms II - Spring 2005
Homework 1
Loyola College >
Department of Computer Science >
CS 302 >
Homework >
Homework 1
Due
Friday, January 21 at the beginning of class
Assignment
- Write a short (200 words or less) report on one of the following: (be sure to include your sources - Please search here)
- Unix and its connection to C
- ANSI standard C: its biography
- Linux: who? what? why?
- STL (Standard Template Library)
- The GNU project
- Be sure you can log into Peanuts and can access the XEmacs or emacs editor. Copy getfiles.c and filecopy.cpp from /cs302/code to your cs302 directory. Compile each with
g++ filename.ext -o filename
Be sure each program runs.