User Profile
Collapse
-
"strcpy" (string copy) thorws error on integer and float variables... ! check on it may be!... -
-
copy two struct
hi, i have a problem copying two struct data.
struct Details {
public:
char Title[20];
char Artist[20];
int noSongs;
float Price;
char Category[20];
};
Details cd[MAX];
Details cdTEMP[MAX];
i used
cd[i].Title = cdTEMP[i].Title;
cd[i]Artist = cdTE...
No activity results to display
Show More
Leave a comment: