Dieser Beitrag wurde 1 mal editiert, zum letzten Mal von Compuholic: 08.03.2003 23:50.
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13:
char *text; char *textneu; text="Borland c++"; int i; i=0; while(i<=(strlen(text)-3) ) { textneu[i]=text[i]; i++; }