Command line arguments in wxWidgets
The wxCmdLineParser documentation is nice enough, but as is so often the case with programming library docs, they don’t provide any decent examples.
We learn by example, so here’s a very short yet fully working program showing how to parse and use command line arguments in your wxWidgets program.