[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppCompileTime
Prefer compile error over run-time errors.
Other times are
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppCompileTime
(C++) Compile-time
The time when the program is compiled by your compiler to an executable program. A compile error may prevent this.Prefer compile error over run-time errors.
Other times are
- design-time (in e.g. C++ Builder)
- link-time: when the linker is linking
- run-time: when the program is running
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
