24.03.2013, 17:16
Quote:
Great job!
Integrating this piece of code with crashdetect would be awesome. Код:
main() { new arr[2]; try { arr[2] = 0; // throws "Array index out of bounds" exception } catch (e) { // bla bla.. } } |
Edit: added & updated main post.