Win32 API command line arguments parsing

前端 未结 9 2472
小蘑菇
小蘑菇 2020-12-16 13:52

I\'m writing Win32 console application, which can be started with optional arguments like this:

app.exe /argName1:\"argValue\" /argName2:\"argValue\"
         


        
9条回答
  •  情书的邮戳
    2020-12-16 14:15

    I have been developing and using libparamset that is written in plain C. It is really powerful and works well on Windows. It provides:

    • Is cross-platform.
    • Wildcard support for file input on Windows!
    • Powerful features. See libparamset.

提交回复
热议问题