![]() |
.. (לתיקייה המכילה) | |
In question 1: Which compilers should we use for C and C++? | |
You can use gcc / g++ or VisualStudio. Note that in certain cases, there are differences between them, but solutions for either will be accepted. If you are working with VisualStudio you need to differentiate between C / C++ by the file extension, e.g. main.c / main.cpp respectively. |
In question 1.3: Do you mean an inline function or a MACRO definition like in C? | |
A MACRO definition like in C. |
In question 1.6: can the function receive an additional parameter? | |
No. It isn't necessary. |
In question 2: What is the representation of EPtr? | |
This is explained in the lecture slides alongside additional information on set theoretic representation of types. |
In question 3.b: The correct suffix for the numbers 11 - 20 (111 - 120...) is "th". Do we need to support this? | |
No. To simplify the solution, this case is ignored. If you would like you can implement the full solution but is isn't required. |