Hi there. I have to find a way to use the strcpy function in the code blocks editor. I have already included the <string>. I am getting an error when I use the following:
strcpy(film,"Jim Lang");
The error window is telling me that the strcpy was not declared. Kindly help. Thank you.