Hey Guys ! I am a novice coder.. Need your help .. I am currently working on a C Project and could not figure out how to pass command line arguments to my main function in Visual Studio 2010 Express Edition .. I want to debug and also kind of figure out how these command line arguments work.. PLEASE HELP !! Thankyou fellows
+1
A:
Try this:
- Right click your project in Solution Explorer and select Properties from the menu
- Go to Configuration Properties -> Debugging
- Set the Command Arguments in the property list.
Andrew Cooper
2010-09-13 00:51:42
THANKYOU VERY MUCH !!
Fahad
2010-09-13 00:59:14
+1
A:
Under Project->Properties->Debug, you should see a box for Command line arguments (This is in C# 2010, but it should basically be the same place)
Alex Hart
2010-09-13 00:52:17