Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's C++ page.

 

 

 

 

 

(C++) Runtime error

 

A runtime error is an error emitted by the program itself during execution, causing the program to quit. Note: there is also an exception called std::runtime_error.

 

Prefer compile errors and link errors to runtime errors [1].

 

 

 

 

 

  1. FAIL?Qt CreatorWindows Assertion failed! File: myfolder/boost_1_54_0/boost/xpressive/detail/dynamic/parse_charset.hpp, Line 201
  2. OKAYQt CreatorUbuntu Cannot create a QWidget when no GUI is being used
  3. ?OKAYC++ BuilderWindows External exception EEFFACE
  4. FAILC++ BuilderWindows Internal Error COM-656
  5. OKAYQt CreatorLubuntu Operation not permitted
  6. OKAYQt CreatorLubuntu pure virtual method called
  7. OKAYC++ BuilderWindows shared_ptr.hpp: Assertion failed: px != 0
  8. OKAYQt CreatorUbuntu The procedure entry point _Z21qRegisterResourceDataiPKhS0_S0_ could not be located in the dynamic link library QtCore4.dll
  9. OKAYQt CreatorUbuntu This application has failed to start because QtCored4.dll was not found

 

 

 

 

 

References

 

  1. Herb Sutter, Andrei Alexandrescu. C++ coding standards: 101 rules, guidelines, and best practices. 2005. ISBN: 0-32-111358-6. Item 14: 'Prefer compile- and link-time errors to run-time errors'.

 

 

 

 

 

Go back to Richel Bilderbeek's C++ page.

Go back to Richel Bilderbeek's homepage.

 

Valid XHTML 1.0 Strict