Passing command line arguments in Visual Studio 2010?

后端 未结 5 987
一个人的身影
一个人的身影 2020-11-27 02:49

I am working on a C project and can not figure out how to pass command line arguments to my main function in Visual Studio 2010 Express Edition. I want to debug - how do the

5条回答
  •  渐次进展
    2020-11-27 03:25

    Visual Studio e.g. 2019 In general be aware that the selected Platform (e.g. x64) in the configuration Dialog is the the same as the Platform You intend to debug with! (see picture for explanation)

    Greetings mic enter image description here

提交回复
热议问题