This example is documented in Command Line Parser tutorial.
int main(int argc, char* argv[])
{
"many serious problems of the real world and achives "
"global peace.");
unsigned int rounds = 0;
"Run N rounds of the experiment.");
"Number of bytes to process.");
std::string a_filename;
"A filename to process");
return -1;
std::cout << "Command line parsed okay." << std::endl;
}