Note to eCollege students: Your id is your student number with the letter "e" in the front;
Also, be careful with the initial password! It is easy to mix up zero(0) with capital-oh (O), and
the number one (1) with lower case ell (l)!
|
Course |
ICT 3125 | ICT 4130 | ICT 4136 |
Introduction to Programming with C++ | C++ Programming | Advanced C++ Programming |
Syllabus |
ICT-3125 Winter 07 Syllabus |
ICT-4130 Fall 05 Syllabus |
ICT-4136 Winter 06 Syllabus |
Assignments |
|
|
|
Supplements |
- See Ecollege Resources tab for ICT3125 Slides
|
|
- See Ecollege Resources tab for ICT4130 and ICT4136 Slides
- Register Problem
- Sleepycat Berkeley DB XML (includes xerces parser), needed before 7th week (www.sleepycat.com).
- This is used for XML parsing, querying, and document storage. For Microsoft compiler users, the ".msi" version installs itself and makes the necessary environment changes. For "cygwin", you can select and download these packages. For Linux, there is a binary avaiable. For others, you may have to build from source.
Note that this is a free-for-non-commercial use product, and delivery on a commercial program may require purchase of a license.
- In 2006, Oracle bought Sleepycat. While the above URL works, a newer URL is www.oracle.com/technology/products/berkeley-db/xml/
- Apache HTTPd (www.apache.org)
- This is used to launch the "web version" of the software as a cgi-bin script.
(Any other http daemon with a cgi script execution capability is OK.)
- CGI specification: hoohoo.ncsa.uiuc.edu/cgi/interface.html (notes will cover enough for the course
- XML Resources
|