Error directive
De cppreference.com
< cpp | preprocessor
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
Muestra mensaje dado y hace mal formada programa .
Original:
Shows given message and renders program ill-formed.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[editar] Sintaxis
#error error_message
|
|||||||||
[editar] Explicación
Después de encontrar directiva
#error
, error_message mensaje de diagnóstico se muestra y el programa se hace mal formada (la compilación se detiene) . Original:
After encountering
#error
directive, diagnostic message error_message is shown and the program is rendered ill-formed (the compilation is stopped). The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
' Mensaje_error puede constar de varias palabras entre comillas no necesariamente .
Original:
error_message can consist of several words not necessarily in quotes.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.