Dieser und noch weitere Artikel wurde von Marc++us erstellt.
- (Humor) Die Entstehungsgeschichte von C
- (Humor) Klingonische Softwareentwickler
- Das State-Pattern - Des Kaisers neue Kleider
- Der Dreisatz lügt
- Intel ISTEP 2011 Software Conference (Teil I)
- Intel ISTEP 2011 Software Conference (Teil II)
- Intel Software Conference 2010 (Teil I)
- Intel Software Conference 2010 (Teil II)
- Microsoft tech ed 2010 in Berlin - Tag 1
- Microsoft tech ed 2010 in Berlin - Tag 2 (C++)
- Microsoft tech ed 2010 in Berlin - Tag 2 (Scrum/Agile)
- Microsoft tech ed 2010 in Berlin - Tag 3 (Scrum/Use Cases)
- Zufälle gibt's?! - Funktionen rund um rand, Random und den Zufall
Ungewöhnliche Variablendeklarationen
C und C++ sind wunderschöne Sprachen. Wo sonst könnte man sowas programmieren?
| C/C++ Code: | ||
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | auto accident;
register voters; static electricity; struct by_lightning; void *where_prohibited; char broiled; short circuit; short changed; long johns; unsigned long letter; double entendre; double trouble; union organizer; float valve; short pants; union station; void check; unsigned check; struct dumb by[sizeof member]; | |
| C/C++ Code: | ||
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | auto accident;
register voters; static electricity; struct by_lightning; void *where_prohibited; char broiled; short circuit; short changed; long johns; unsigned long letter; double entendre; double trouble; union organizer; float valve; short pants; union station; void check; unsigned check; struct dumb by[sizeof member]; | |
Sie können Kommentare zu diesem Artikel im Forum schreiben. (Eine Registrierung ist nicht notwendig.)