Command line parser for Qt4

前端 未结 11 1771
离开以前
离开以前 2021-01-30 23:23

I am looking for a command line parser for Qt4.

I did a small google search, and found this: http://www.froglogic.com/pg?id=PublicationsFreeware&category=getopt how

11条回答
  •  庸人自扰
    2021-01-30 23:41

    Also for some fancy options parsing you can try gperf.

    IBM has a nice tutorial on it.

提交回复
热议问题