|
Welcome to CS 1704 - Introduction to Data Structures
and Software Engineering
Instructor: David McPherson
Office: 625 McBryde Hall
Phone: 231-9367
email: dmcphers@cs.vt.edu
Office Hours
T-H: 9:30 - 11:30
Graduate Teaching Assistants
|
Sourabh Pawar
email: cs1704ta@vt.edu
Office Hours
Tues: 12:30-5:30
Thurs: 12:30-5:30
Wed: 10:30-3:30
|
Bharath Ramesh
email: bramesh@vt.edu
Office Hours
Mon: 6:00-10:00
Tues: 11:00-2:00
Wed: 3:00-8:00
Thurs: 11:00-2:00
|
Undergraduate Teaching Assistant
Cheryl Stinson
email: cstinson@vt.edu
Office Hours
Mon: 11:00-3:00
Tues: 6:00-8:00
Wed: 2:00-5:00
| Mon |
Tues |
Wed |
Thurs |
| 11-3 Cheryl |
11-2 Bharath |
10:30-3:30 Sourabh |
11-2 Bharath |
| 6-10 Bharath |
12:30-5:30 Sourabh |
2-5 Cheryl |
12:30-5:30 Sourabh |
|
6-8 Cheryl |
3-8 Bharath |
|
Final Exam
The final exam for this class is common time and is
scheduled for Friday, May 2 from 4:25-6:25 and will be held in Hancock 100.
Announcements
<Back to Top>
Notes
| Audio Files of Class Lecture in MP3 Format |
Notice: Use of undefined constant len - assumed 'len' in /mnt/web/courses/htdocs/cs1704/Spring03/table.php on line 11
| 2003-01-14 |
Notice: Use of undefined constant len - assumed 'len' in /mnt/web/courses/htdocs/cs1704/Spring03/table.php on line 11
| 2003-01-16 |
Notice: Use of undefined constant len - assumed 'len' in /mnt/web/courses/htdocs/cs1704/Spring03/table.php on line 11
| 2003-01-21 |
Notice: Use of undefined constant len - assumed 'len' in /mnt/web/courses/htdocs/cs1704/Spring03/table.php on line 11
| 2003-01-23 |
Notice: Use of undefined constant len - assumed 'len' in /mnt/web/courses/htdocs/cs1704/Spring03/table.php on line 11
| 2003-01-28 |
Notice: Use of undefined constant len - assumed 'len' in /mnt/web/courses/htdocs/cs1704/Spring03/table.php on line 11
| 2003-01-30a |
Notice: Use of undefined constant len - assumed 'len' in /mnt/web/courses/htdocs/cs1704/Spring03/table.php on line 11
| 2003-01-30b |
Notice: Use of undefined constant len - assumed 'len' in /mnt/web/courses/htdocs/cs1704/Spring03/table.php on line 11
| 2003-02-04 |
Notice: Use of undefined constant len - assumed 'len' in /mnt/web/courses/htdocs/cs1704/Spring03/table.php on line 11
| 2003-02-06 |
Notice: Use of undefined constant len - assumed 'len' in /mnt/web/courses/htdocs/cs1704/Spring03/table.php on line 11
| 2003-02-11 |
Notice: Use of undefined constant len - assumed 'len' in /mnt/web/courses/htdocs/cs1704/Spring03/table.php on line 11
| 2003-02-13 |
Notice: Use of undefined constant len - assumed 'len' in /mnt/web/courses/htdocs/cs1704/Spring03/table.php on line 11
| 2003-02-18 |
Notice: Use of undefined constant len - assumed 'len' in /mnt/web/courses/htdocs/cs1704/Spring03/table.php on line 11
| 2003-02-25 |
Notice: Use of undefined constant len - assumed 'len' in /mnt/web/courses/htdocs/cs1704/Spring03/table.php on line 11
| 2003-02-27 |
Notice: Use of undefined constant len - assumed 'len' in /mnt/web/courses/htdocs/cs1704/Spring03/table.php on line 11
| 2003-03-11 |
Notice: Use of undefined constant len - assumed 'len' in /mnt/web/courses/htdocs/cs1704/Spring03/table.php on line 11
| 2003-03-13 |
Structure Chart Symbols in
Word Document Form
Structure Chart Symbols in
Visio Form
<Back to Top>
Zip Files
Zip file of code for Project 4
Zip file of code for Project 2
Zip file of code for help with Command-Line Arguments
<Back to Top>
Projects
To use the sample input files, use command line
redirection. Open a command shell, by going to the start menu and
run. Type in cmd, this should bring up a black command shell. If
cmd doesn't work, try command. Use dir and cd to get the directory
contents and change directory to the debug directory for your project.
You should see a file named for your project with an exe extension on it.
That's your executable. Type the name of your execuatable a less than
sign and the name of the file you want your program to use. That will
have the program read the commands from the file. If you want to catch
the output in a file you can put a greater than sign after the first file and a
name of a file and it will catch the output in that file.
Example: c:(path to debug directory)\Soln <
Sample_Input.txt > Output.txt
This will run the program with the given input from the file
Sample_Input.txt and catch the output in a file call Output.txt
<Back to Top>
Homework
| Homework Number | Problem Numbers (Chapter Number.Problem Number) | Due Date and Time |
| 1 | 6.4, 6.7, 7.4, 7.5, 7.6, 5.9 | February 28, 2003 by 23:00 |
<Back to Top>
Grades
M-W: 4-5:15
T-H: 8-9:15
<Back to Top>
Syllabus
HTML Version
PDF Version
<Back to Top>
|
|