C++ not working at all

Hi! I am having error on my C++ code. Can someone please help me fix it? The access violation error has occurred on the following C++ code:
char num2[80]
strcpy(num2,argv[2];
I need to copy the argv[2] to a new array but it always has errors. Please help me in resolving this issue. Thank you very much.
