
Fall 2009
Announcements
- If you do not follow the guidelines, it is not guranteed that your homework will be graded.
You will be responsible for all the consequences from it.
- Homework 2 grades are available. Come by TA office hours to learn your grade. You have until November 9th to request regrades.
- Please check your HW3 grades until November 17th during TA office hours.
- Homework 4 Testcases have been uploaded.(See Homeworks)
- Clarifications/Tips regarding HW4
- Please name your output file as "outputfile".
- Input file names for the program should not be retrieved as command line arguments.
Note that the number of files is not known ahead of time, and it is not given as input or through command line arguments.
You need to find a way to create the file names and figure out how many files there are.
Use the fact that file names contain consecutive numbers.
- As described in the handout, at any given time, you should be able to access "only one line in a input file".
It is not allowed to save any other lines in arrays or variables of your program.
- The number of input files can be several hundreds or thousands.
sprintf() can help you to process file names.
- Exam 2 has been graded. (See Solution)
- Students can find out their grades and pick up their exams during Professor Pomeranz' regular office hours or the following additional times:
Fri, Nov 6, 3-5pm
Thu, Nov 12, 3-4pm
- The following lectures are cancelled: Tue, Nov 10
- The following office hours are cancelled: Tue, Nov 10, 8:30-10am, 3-4pm
Old Announcements
Course Information
Exams
Practice Exams
Click here to access the Practice Exams
Homework Submission and Emailing
is used for all homework submission and email correspondences to TA. However, the account is suffering an enormous number of spam emails. In order to make our communication being effective and correct, please follow the guidelines below.
Email address
All homework must be submitted to
, and your Purdue email account(*.purdue.edu or *.ecn.purdue.edu) should be used to send them.(There are so many spams in
that students' email are always overwhelmed by spams. A filter has been set to automatically delete emails except those from purdue.edu or ecn.purdue.edu.)
Email title
All email titles should contain '[ECE264]' followed by 'HWX' where X is the homework number that is being submitted and the keyword 'submission'.
For example, the second homework can be submitted with an email title, [ECE264] HW2 submission. Please use this template for all homework submissions.
File name of homework
Please use the following format for naming a file of homework.
HW{homework number}_{purdue account login}.c
For example, if your Purdue account login (not numeric id!) is gopurdue1 and you submit a source code of homework 5, the file name should be HW5_gopurdue1.c
Thank you!
FAQs
Frequently asked questions and answers will be posted here.