Need help with C++ program strcpy(idNum,ID); strcpy(Pname,PN); you were copying the string into itself
Need help with C++ programyou have Product::Product() { idNum[12]={'\0'}; Pname[46]={'\0'}; } [b]it should be [/b] Product...
This user does not accept Private Messages