I'm having a small problem with debugging my application in VS C++.
When I pass in a single parameter, the debugger insists 2 parameters have been passed in.
The first parameter is invariably "d" and the second parameter is always the first character of whatever I pass in.
Further, if I run the program from the command line, I get the same problem except that the first parameter is always "s".
Does anyone have any idea what could be causing this? I suspect that maybe its a setting somewhere in VS, but it has me stumped.
Thanks