| Time: | Wed 5:45 - 9:00 p.m., Loop, room Lewis 1007 |
| Instructor: | Noriko Tomuro, tomuro@cs.depaul.edu |
| Office: | CST 648 (Loop; CTI building 6th floor) |
| Phone: | (312) 362-5218 (Loop) |
| Fax: | (312) 362-6116 (Loop) |
| Office Hours: | Wed 4:00 - 5:30 p.m. |
| Week (date) | Lecture Materials | Code we wrote in the class & Other material |
| 10 (3/7) |
|
|
| 9 (2/28) |
|
|
| 8 (2/21) |
|
|
| 7 (2/14) |
|
|
| 6 (2/7) |
|
|
| 5 (1/31) |
|
|
| 4 (1/24) |
|
|
| 3 (1/17) |
|
|
| 2 (1/10) |
|
|
| 1 (1/3) |
|
You can use any C++ compiler. Below are some FREE compilers which I recommend.
| Platform | Obtain from | Compilation Instruction |
| Windows |
MS Visual C++ Express 2005 Free download from Microsoft. C++ only. |
Using Visual C++ Express 2005 |
|
MS Visual Studio 2005
-- Whole MS Visual Studio. Free to CTI students through MSDNAA. [NOTE: Available after the 2nd week of the quarter.] |
Using Visual Studio 2003 | |
|
MS Visual C++ 6
with
Visual C++ 6.0 Service Pack 6 Free to CTI students through MSDNAA. [NOTE: Available after the 2nd week of the quarter.] |
Using VC++ 6 | |
|
Bloodshed Dev-C++ Free C++ compiler for Windows 95/98/NT/2000/XP. IDE with GUI interface. Does not include STL. |
Bloodshed Dev-C++ compiler | |
|
Borland 5.5
(BCC55) -- choose "Compiler" in the selection. Free for Windows platforms. Command-line interface only. |
Using the Borland 5.5 Compiler and command-line tools | |
| Unix/Linux | g++/gcc -- included in almost all Unix/Linux. | Compiling with multiple files using g++/gcc |
| Mac |
Xcode Free (to ADC members) for Mac OSX. IDE with GUI interface. |