I'm writing Win32 console application, which can be started with optional arguments like this:
app.exe /argName1:"argValue" /argName2:"argValue"
Do I have to parse it manually (to be able to determine, which arguments are present) from argc/argv variables, or does Win32 API contain some arguments parser?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…