doc/tutorial/source/tweaking.rst
changeset 7140 d203296efb63
parent 6754 7ff69b244b5b
child 9104 5de0d2c78514
equal deleted inserted replaced
7139:79dd02ed46ec 7140:d203296efb63
   406 command line parser.  This is done quite simply (in your main program) as
   406 command line parser.  This is done quite simply (in your main program) as
   407 in the following code,
   407 in the following code,
   408 
   408 
   409 ::
   409 ::
   410 
   410 
   411     int
   411   int
   412   main (int argc, char *argv[])
   412   main (int argc, char *argv[])
   413   {
   413   {
   414     ...  
   414     ...  
   415 
   415 
   416     CommandLine cmd;
   416     CommandLine cmd;