Presentation is loading. Please wait.

Presentation is loading. Please wait.

C #include <stdio.h> int main() { printf ("hello class\n");

Similar presentations


Presentation on theme: "C #include <stdio.h> int main() { printf ("hello class\n");"— Presentation transcript:

1 C #include <stdio.h> int main() { printf ("hello class\n");
return 0; }

2 Faculty אחראי קורס: ד"ר אופיר פלא מרצים: ד"ר אופיר פלא גב' חרות סטרמן מר יוסי זגורי מתרגלים: מר נהור גולן מר גיל לוי

3 Communications Moodle Forums: News – must read Q & A – ask the staff about course material

4 Basic computer structure
Course Objectives C programming language Practice of programming: Style Testing & Debugging Efficiency & Portability Modularity Basic computer structure

5 Books “The C Programming Language”, Brian W. Kernighan & Dennis M.Ritchie Additional material in the website

6 Course Grading 100% test

7 How 2 be a good programmer? 
Do the exercises! They take time so organize your time = start as early as possible. Read very carefully the instructions. Ask in the forum if something is unclear. Check each part of your code, including edge cases. We will have code reviews, especially in the tirguls so take advantage of it! Learn & explore by yourself! Why? computer-languages-can-earn-the-most-for-the- programmer/answer/Carter-Page-1?srid=zojV&share=1

8 How 2 be a good programmer? 
Don’t make things complex Write code both for humans and computers Write a story that is easy to understand Think before you write code  Break problems down Write code that is easy to use correctly and hard to use incorrectly Document before implementation: unpleasent to describe -> unpleasent to code More in course…


Download ppt "C #include <stdio.h> int main() { printf ("hello class\n");"

Similar presentations


Ads by Google