EECE1207
Instructor: Salem Salem
Room: 204a
Office hours: Tuesday & Thursday, 11:05 till 12:30
You can get a copy of the syllabus here.
LECTURE NOTES
Lecture #0 (Introduction)
Lecture #1 (C basics) basics.c
Lecture #2 (printf/scanf, arithmetic) degrees.c, powerfail.c, reimbursement.c
Lecture #3 (Conditionals, if statements)
Lecture #4 (More conditionals) 204_q4.c, 204_q4_b.c, 204_q5.c
Lecture #5 (Loops)
Lecture #6 (Functions) question1, question2, question3, question4,5, question6, question7
Lecture #7 (Pointers) Check out the book! Also, there are a bunch of web pages that try to explain pointers. We solved quite a few questions that involve pointers, try to trace them, or compile/run them if you have the chance
HOMEWORKS:
Homework3
PRACTICE QUESTIONS
Questions on loops q1.c, q2.c, q3.c
C CODE
pointers.c, arrays.c, sorting.c
string1.c, string2.c, string3.c
encyprtion.c, 2darrays.c
struct1.c, struct2.c
PROJECTS
Project #1
Project #2, project2.c, project2-b.c
Project #2 using structures: click HERE
Another version of project #2, this one uses a structure defined within a structure: click HERE
Complex numbers project, project3.c, header1.h
Project #3, roster.txt