Hey guys, first post here so go easy. Ha.
I am writing a program that needs to take command line arguments, a number and 2 characters.
However, if one of the chars is a command line specific char (such as #, &) it must produce an error.
Does the isgood() function tell which chars are valid or not? or is there a similar function that i could use?
Any help appreciated