Forum: C++
Dec 4th, 2007, 3:02 AM
|
|
Replies: 1
Views: 121
Try this if you can help me
Write a program that counts the number of occurrences of selected words in standard input.
Remarks:
• The selected words are given as command line parameters.
• The program should print out the words...
|
Forum: C++
Dec 4th, 2007, 2:57 AM
|
|
Replies: 2
Views: 127
Please i need help with this Assignment!!!!
Write a filter that divides the input text into sentences.
Remarks:
Each sentence sends with one of the following characters: '.", '?', or '!'.
Use a special function isSentEnd to detect...
|