![]() |
.. (לתיקייה המכילה) | |
![]() |
HW1 faq | |
Is it ok to use features in the homework that was not taught in the tutorials yet? (for example, strings and arrays)
| It's OK to use these feautures, as long as you know what you're doing. The program should work correctly, and no excuses like "we did not study arrays yet, that's why I made mistakes" will be accepted. |
Can I transfer homework from previous semesters ?
| No. |
Which compiler should I use in this course?
|
In the first tutorial, you will learn how to download and operate Turbo C, which you will use for your hw assignments during the semester. This compiler can be downloaded from the course site ("material") and used at the Technion farms and at home. If you want to use a compiler with C++ support, such as Visual C, you have to make sure that you compile in ANSI C mode. We will not be supporting problems with any compilers other than Turbo C, though. |


