
January 20th, 2013, 05:44 AM
|
 |
Contributing User
|
|
Join Date: Aug 2003
Location: UK
|
|
Quote: | Originally Posted by salem If this is a newbie question, then scanf() and strcmp() should be all you need. |
"Word : This is a word, another word and a final word."
"Word" != "word," != "word" != "word."
Case may need to be considered, as well as non-whitespace delimiters (i.e. punctuation). As a consequence perhaps isalpha() and tolower() also?
|