1. Downloading the Lab
Each lab is provided to you as a
single .zip file which gets
downloaded when you click the corresponding link. After downloading,
extract the source and project files contained inside the zip file.
2. Development environment
Your development environment wil be Microsoft Visual
Studio .NET on Windows.
Once Visual Studio starts, load your project -
lab$i.sln.
3. Coding
Assignment will usually consist of 2 source
files- lab$i.c and lab$i-testing.c
Please modify the code only inside the marked block(s) on source files. If
exists, the file
lab$i-testing.c is provided to help you test your code. You can add
more tests if you feel necessary. If not asked otherwise, do not submit
lab$i-testing.c file
on your submission.
You must comment your code appropriately-
points will be deducted
for no comments/improper comments.
4. Submission
You will be submitting your assignments using EEE drop-box.
For help using the drop-box, please refer to the following URL
http://eee.uci.edu/help/dropbox
-> Using DropBox
For each lab there will be a separate drop-box. Example for
lab1, you
will be using the drop box ICS 51 Assignment 1, for lab 2 you will be using
ICS 51 Assignment 2, and so on.
Create a folder labelled with your student ID.
For example, if your student id is 123456, you would create a folder
labelled 123456
** Create the folder in the dropbox, not on your own computer **
In the folder place a copy of your lab$i.c