HW3 | ||
AutomaticChecker | ||
HW0 | ||
מידע שימושי Code::Blocks | ||
Can we use the "exit" function in this exercise? | |
Yes but it is not recommended. return; from main is much more neat and leads to better and more maintainable code. (why?) |
Can we use assert.h? | |
Yes, it is recommended (but won't help you in solving). |
What is assert? | |
It is out of scope and not required. Basically, if its argument is false it crashes the program and reports the line and failed condition. As such, it is useful for test-time sanity checks. |
Why does my email not got answered? | |
You're at the right place. See if your issue has already been addressed here. If it was, but answer is unclear - please note that (and what exactly is unclear) in your email. Also please make sure your mail subject is exactly in the format requested in the exercise (which it should anyway be in a polite mail). We get a lot of emails, and the small effort from your side in writing a formatted and informative subject allows us to more efficiently process them and you get faster answers. |