Präprozessor-Direktiven in einer einzigen Zeile
-
Hi,
bitte fragt nicht nach dem Sinn dieses Unterfangens, aber, ist es möglich mehrere Präprozessor-Direktiven in einer Zeile zu schreiben? Zum Beispiel "#include <windows.h> [TRENNER] #include <iostream>"...
Danke jede hilfreiche Antwort
-
Oh man, das war ein doofes Beispiel für dieses Subforum :p
-
Sinn!
-
TC2 schrieb:
A preprocessing directive consists of a sequence of preprocessing tokens that begins with
a # preprocessing token that (at the start of translation phase 4) is either the first character
in the source file (optionally after white space containing no new-line characters) or that
follows white space containing at least one new-line character, and is ended by the next
new-line character.Sieht also schlecht aus.