Hallo Thomas und alle anderen!
Am 2003-02-11 8:16 +0100 schrieb Thomas Tanneberger:
#include <stdio.h> char *s = "\t\t\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b";
void main () { int i; for (i=0; i<4096; i++) printf("%s",s); }
Ich hab das mal bei mir ausprobiert und es tut gar nichts. Wo ist hier der Witz dabei?
Ciao, Pitti