0
Which block should be placed after try
2 Antworten
+ 2
I'm not familiar with c++ but generally speaking: It depends on what exactly you want to do. Which exception would be informative given the operations in the try-block? How would you want to catch such an exception?
I think it would be helpful if you gave a concrete example.