//This is my Implementation File , I have tried everything and I still receiving some errors the purpose of the program is to managed a simple inventory for a retail store and to output the retail price
//These are my errors
1.IntelliSense: no instance of overloaded function "strcpy_s" matches the argument list
argument types are: (char [25], char)
2.IntelliSense: no instance of overloaded function "Product::Product" matches the specified type
3.error C1004: unexpected end-of-file found
4.error C2511: 'Product::Product(int,char,int,double,double,int)' : overloaded member function not found in 'Product'
5.IntelliSense: identifier "InitQuantityofProduct" is undefined
6.IntelliSense: expected a ';'
7. IntelliSense: identifier "Separator" is undefined