C Programming course - TA page

Lecturer:
 

 

Ofer Pasternak
Course main homepage


 


Teaching assistant:

 

Mati Shomrat

Email: matis@post.tau.ac.il

Class time: 

 

Thursday 12:00 - 14:00

Place:   

 

Software engineering, room 008

Office hour:   

 

Sunday14:00-15:00,  Software Engineering building, Room 209.
Please coordinate by e-mail before coming.


 


Teaching assistant:

 

Ilona Kifer

Email: ilonak@post.tau.ac.il

Class time: 

 

Thursday 16:00 - 18:00

Place:

 

Software engineering, room 008

Office hour:   

 

Thursday 11:00-12:00, Schreiber 010.
Please coordinate by e-mail before coming.


 


Guidelines for submitting exercises

Message Board:

25/02/2007

Welcome to the course!

PRINTING - You can print your exercises from any computer in the exercise classes located around the building (rooms 008, 009, 010...).
You can collect the printout from any printer in the area (each room should contain at least one) by using you credit card for the specific printer.
In case of trouble, consult the support team around.

Link for downloading Visual C++ Express Edition

Instructions for using Visual C++ Express Edition

24/05/2007

Welcome Back!
Announcements regarding the schedule for the rest of the semester will be posted next week.

24/05/2007

PLEASE NOTE - fix in ex5
We had a mistake in question 2b - "maximal" should be "minimal" and the function is named "min" and not "max". Please make sure you have the correct version.

21/08/2007

Moed A exam can be found here

Proposed solution: q1 q2 q3

Past Exams:

2007

            Moed Aleph, Semester Aleph: exam

2006

            Moed Aleph, Semester Aleph: exam, suggested solution by Amitai Armon

            Moed Bet, Semester Aleph: exam, suggested solution by Amitai  Armon

2005

            Moed Aleph, Semester Aleph: exam , suggested solution , solution with comments. (by Amitai Armon)

            Moed Bet, Semester Aleph: exam , suggested solution , solution with comments. (by Amitai Armon)

2004

            Moed Aleph, Semester Aleph: exam

            Moed Bet, Semester Aleph: exam

Exercise material:             Grades - Group 1            Grades - Group 2

Date

Slides

Handouts

Code

Homework

Solutions

Topics

01/03/2007

tirgul1.ppt

Working with VC++6.0

ex1code.zip

 

ex1.doc


 

Computer structure, first C program

08/03/2007

tirgul2.ppt

 

ex2code.zip

ex2.doc

Variables

15/03/2007

tirgul3.ppt

 

ex3code.zip

ex3.doc

Control statements (if, switch)

22/03/2007

tirgul4.ppt

 

ex4code.zip

ex4.doc

Loops

24/05/2007

tirgul5.ppt

Basic functions from math.h

twins.c

charmanip.c

ex5code.zip

ex5.doc

Functions, debugging

31/05/2007

tirgul6.ppt

 

ex6code.zip

ex6.doc

Arrays

07/06/2007

tirgul7.ppt

Basic function from string.h

ex7code.zip

ex7.doc

Strings

14/06/2007

tirgul8.ppt

 

ex8code.zip

ex8.doc

Pointers and Dynamic Allocation

21/06/2007

tirgul9.ppt

student_package.c

ex9code.zip

ex9.doc

Structures and Linked Lists

28/06/2007

tirgul10.ppt

append.c, remove_duplicates.c

ex10code.zip

ex10.doc

Linked Lists (Cont.)

 

Usefull Links:

An online C book

Manual for using the VC Debugger