Win32 API command line arguments parsing

前端 未结 9 1974
小蘑菇
小蘑菇 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

    Not sure about existence of such a win32 api function(s), but Boost.Program_Options library could help you.

提交回复
热议问题