hi folks,
I am getting the below error ,
I changed strcpy to strcpy_s but no result.
I checked for the data types of arguments passed , they are same. No difference.
I am using visual studio2005 .Net frame work.
What may be possible solution? please help...
if (n>0)
{
strcpy(line, &str[n]);
strcpy(str, line);
error C2660: 'strcpy' : function does not take 3 arguments