23.07.2012, 01:41
Try to remove "else".
Why?
1) It's not needed, you aren't even using strcmp in the if statement before.
2) Like I said, not needed, if they didn't type in the needed parameters, it shows the code about, hence forth it will not continue on, so there is no need for an else statement.
Why?
1) It's not needed, you aren't even using strcmp in the if statement before.
2) Like I said, not needed, if they didn't type in the needed parameters, it shows the code about, hence forth it will not continue on, so there is no need for an else statement.