Search:

Type: Posts; User: AndrewHunter

Search: Search took 0.01 seconds.

  1. Replies
    24
    Views
    5,393

    Haha...yes I did not mean char as in type, I...

    Haha...yes I did not mean char as in type, I should have just said value. Thank you for specifying.
  2. Replies
    24
    Views
    5,393

    Well, there is your problem, right there. :wink:...

    Well, there is your problem, right there. :wink:

    EOF is a special char reserved for specifying the end of an input stream, it stands for End of File. Quzah was merely pointing out there are...
  3. Replies
    24
    Views
    5,393

    Well, I would start by taking a look at the...

    Well, I would start by taking a look at the following:
    isdigit()
    isalpha()
    ispunct()
    All of which can be found by looking through the cctype header file
Results 1 to 3 of 3