I\'ve heard and read many times that it is better to catch an exception as reference-to-const rather than as reference. Why is:
try { // stuff } catch (c
For the same reason you use a const.