1 Feb
1999
1 Feb
'99
18:24
Sorry, diese Mail sollte eigentlich schon geloescht worden sein. Außerdem heisst es strcpy(ziel, quelle) und nicht strcpy(quelle, ziel)!!!
[SuSE 5.3, 2.0.36]
Ich habe einen Pointer char *t;
diesem weise ich Speicher zu: t = (char *) malloc(80);
Wenn ich jetzt mit strcpy("hallo", t); etwas hineinschreiben will, bekomme ich einen segmentation fault.
Mit sprintf(t, "", "hallo"); gibt es keine Probleme.
Wo ist der (Denk?-)Fehler?
-- Um aus der Liste ausgetragen zu werden, eine Mail an majordomo@suse.com schicken, mit dem Text: unsubscribe suse-linux
9460
Age (days ago)
9460
Last active (days ago)
0 comments
1 participants
participants (1)
-
christoph.schubert@t-online.de