[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppWarning
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppWarning
(C++) Warning
A message given by the compiler indicating that something 'might be wrong' or is obsolete practice. Probably the compiler is right.'Unreachable code'
int main() { return 0; std::cout << "I am unreachable code" << std::endl; }
- include <iostream>
'Warning' links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
