All Questions
Tagged with exceptions c++
1 question
31
votes
3
answers
10k
views
Try-catch or ifs for error handling in C++
Are exceptions used widely in game engine design or it is more preferable using pure if statements? For example with exceptions:
...