[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppError
There are three types of errors:
Removing errors is called debugging.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppError
(C++) Error
When your program 'doesn't understand you' or 'doesn't do what you want it to do'. In the latter case, it is also called a bug.There are three types of errors:
- compile errors. These are given by your compiler and prevents your program from running.
- linking errors. These are given by you linker or at runtime. Ends your program.
- runtime errors. These are given by the operating system.
Removing errors is called debugging.
Different errors in both C++ and C++ Builder
- C++ compile errors
- C++ linking errors
- C++ runtime errors
- C++ Builder compile errors
- C++ Builder linking errors
- C++ Builder run-time errors
- C++ Builder misc errors
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
