http://www.pri.univie.ac.at/~itep/ws0304/hue/hue05a.html
Tjo ich hab schon Schwierigkeiten beim lösen eines dieser Beispiele (Hauptuni- EPROG)...
Hoffentlich kennt sich jemand auch mit C+ aus.
Ich hab mich auf Bsp8 konzentriert.
Das Bsp8 hört sich zwar einfach an aber damit hab ich auch schon Probleme.
Ich bitte um eure Hilfe!
Code
<include>iostream.h
char replace(char par1, char par2)
{
..
...
...
}
int main(){
char a[100];
char b[100];
char kette[100];
for (int i=0; i<=100; i++)
cin>>kette[i];
replace()
...
...
}
Alles anzeigen
Sorry ich weiss wirklich nicht mehr was zu tun ist...bin die ganze Nacht gesessen ohne Erfolg.