visual studio
To run your project with command line arguments within Visual Studio:
- Right-click the default project (the one to be run) in Visual Studio and select "Properties".
- Click on the "Debuging" tab on the left.
- Enter your command line arguments in the textbox labeled "Command arguments".
- Save the updated properties and run the project.
- Right-click the default project (the one to be run) in Visual Studio and select "Properties".
- Click on the "Linker" tab on the left.
- add lib to "Additional Dependencies".
- Save the updated properties and run the project.
Labels: Visual Studio
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home