I am getting this warning but all functions working properly .
what does this really means?
\'strcpy\': This function or variable may be unsafe. Con
#pragma warning(disable: 4996)
use above code in the first line of your code.