CS 1120 - Computer Science II – Spring
2008
Broadcast Message
Access your BlackboardVista
(aka webCT) area for lecture notes, assignments, announcements etc.
Exam1 on February 7, 2008
Exam2 on March 25, 2008
Office Hrs: Ahmad: M 10:30-12:30 & W 3:00-5:00; Alawneh: W
F 10:00-12:00; A. Gupta: T R 1:30-2:30 & by appointment
You may browse Prof.
Lilien's CS1120 webpage at
http://www.cs.wmich.edu/~llilien/teaching/2007fall/cs1120/index.htm for
additional lecture notes (than what blackboard vista / webct contains) and
information.
Examples:
- Read from a
text file
- Worksheet
1
- InheritPointCircle
- Worksheet2
- Worksheet3
- Worksheet4
- Exception
Handling and File I/o notes from CS1110
- Exception
Handling Example codes
- ComplexNumbers Example – mainly for
operator overloading, exception handling and file i/o - the ComplexNumberTest file and the ComplexNumber class file.
- Using
exceptions – more practice
- Fractions class
– more practice for operator overloading and exceptions.
- Delegates
Example – bubble sort with comparator passed as method.
- String manipulation – deckOfCards example.
- Regular Expressions – rules summary
- RegularExpressions – c# winApp example to
validate personal
information.
- File manipulations - fileTest winApp example (files and
folders)
- Serializable files – sequential access
versus random access files – bank library example
- Collections: usingArray example
- Collections: ArrayList example
- Collections:
Stack example
- Collections: SortedDictionary example
- Collections: LinkedLists example
|