Error directive
Aus cppreference.com
< cpp | preprocessor
<metanoindex/>
Zeigt bestimmten Nachricht und macht Programm falsch gebildete .
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.
Syntax
Erklärung
Nach der Begegnung mit
#error Richtlinie ist Diagnosemeldung error_message gezeigt, und das Programm wird dadurch mangelhafte (die Zusammenstellung wird gestoppt) . 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.
Error_message kann aus mehreren Wörtern nicht unbedingt in Anführungszeichen bestehen .
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.
