Help
Feb 6th, 2001, 03:51 PM
Hello
Can someone tell me what this is doing?
What does the stdin do?
{
fgets(line, sizeof(line), stdin);
sscanf(line, "%d",&num1);
}
Thanks :)
Can someone tell me what this is doing?
What does the stdin do?
{
fgets(line, sizeof(line), stdin);
sscanf(line, "%d",&num1);
}
Thanks :)