/* Kettenprogrammv1.c
Autor: Forum "tutorials.de"
Sinn: keiner^^
*/
#include <stdio.h> // Damit printf funktioniert
//#include <sys/types.h>
//#include <sys/socket.h>
#include <string.h>
//#include <fstream.h>
int main ( ) {
int auswahl, errorid;
printf("Willkommen zum Kettenprogramm\n");
printf("Bitte treffen Sie Ihre Auswahl:\n");
scanf("%d", &auswahl);
switch (auswahl){
case 0 : printf("gute Wahl\n");
break;
case 1: printf("Was ist denn das?.\n");
break;
case 2: /* Connect to Microsoft to send all private files */ printf("Starting Windows...");
printf("This can take an hour or two");
//for(int i := 0; i < 63000; i++)
printf (".");
printf("Failed - Unregistered Versions found on your Computer");
printf("Please remain where you are until you are shot. Thank you for the cooperation.\n");
//ifstream infile("error.log");
//while(!infile.eof()){
char *data;
data=malloc(5000);
strcpy(data, "Alles im A.R.S.C.H., Microsoft ist schuld.\n");
}
}