Hello, I am trying to figure out if C++ exceptions have any runtime performance overheads. In other words, let's say an exception is never thrown in my c++ program, then would my c++ code run slower when compared with a different version that does not use any exceptions (but does exactly the same job). thanks with regards -DJ