24.03.2013, 17:03
Great job!
Integrating this piece of code with crashdetect would be awesome.
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.. } }