Tagged Questions
10
votes
11answers
748 views
What you think about throwing an exception for not found in C++?
I know most people think that as a bad practice but when you are trying to make your class public interface only work with references, keeping pointers inside and only when necessary, I think there is ...