#include <stdio.h>
#include <conio.h>
#include <stdio.h> //kriegst ned zumindest a warnung?
#include <string.h> /* wofür */
#include <cstring.h> //so
---
printf("\nDies ist ein Programm zum Raufzählen von ");
printf("\n");
printf("\n");
printf("\nBitte Anfangszahl eingeben: ");
---
umständlicher gehts nimma

printf("bla bla \n\n\n bla bla"); täte es auch
---
for (i=anfang;i<=ende; i++)
{
printf("\n %i",i);
}
---
warum nicht
---
for (;anfang <= ende ; anfang++) printf("bla"); //????
---
die 'dos'-box ist nunmal kein vollwertiger ersatz (Welches os verwendest?)