by "vze35xda@[EMAIL PROTECTED]
" <vze35xda@[EMAIL PROTECTED]
>
Jun 11, 2006 at 04:20 AM
Did you start a standard I/O log wiindow in the debugger ? That's
where you sscanf input will be passed in. Note: There are some
differences between this and a std shell window but for this you should
be OK. If not if you can change your code to do fgets and then from
stdin and do sscanf on the result then I am sure it will work 'cause I
do this all the time.
On the reading cmd line arguments, are you looking at
main( int argc, char **argv)
{
}
argc and argc ? I have not had any trouble using these and setting
them in the window you get from clicking your program under the
Executables tab in the project window. Then just add them to the
arguments window.
--jim