Then I found the information online at the time of sending packets are used to arg c and argv, I wanted to know what's the use of these two parameters exactly, and I in visual studio2017 how to set them, thank you,
CodePudding user response:
Int main (char arg c, char * * argv){
return 1;
}
CodePudding user response:
The