Home > Software engineering >  Questions about the winpcap send TCP packets
Questions about the winpcap send TCP packets

Time:09-19

Searched some information, see the general process of the contract is 1. Access to equipment list (2) open one device (3) to send packets
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
references a 1/f, tong response:
int main (char arg c, char * * argv)
{
return 1;
}

Every time I write such arg c is equal to 1
  • Related