Process argc and argv outside of main()

前端 未结 5 966
清酒与你
清酒与你 2020-12-30 12:10

If I want to keep the bulk of my code for processing command line arguments out of main (for organization and more readable code), what would be the best way to do it?

5条回答
提交回复
热议问题