#define PI 3 #define CIRCLE 2*PI*r #define SQUARE CIRCLE
int r; /* Don't know why, but code doesn't compile without this. * Probably a bug in Visual C. */ if(SQUARE == CIRCLE) show_bsod(_T("General Protection Fault")); else show_bsod(_T("General Protection Fault"));
-- Einfachheit ist Voraussetzung für Zuverlässigkeit. -- Edsger Wybe DijkstraDieser Post wurde am 31.07.2003 um 19:09 Uhr von 0xdeadbeef editiert.