- Category:
- ComboBox
- Tags:
-
- File Size:
- 40kb
- Update:
- 2012-11-26
- Downloads:
- 0 Times
- Uploaded by:
- 644816416
Description: earch for word in the list wf
iter = seqSearch<wordFreq> (wf.begin(), wf.end(), obj)
// did we locate the word?
if (iter != wf.end())
// yes. increment the word frequency
(*iter).increment()
else
// word is new. insert obj into the list
wf.push_back(obj)
}
// list member function sort() orders the list
wf.sort()
To Search:
File list (Check if you may need any files):
[5]SummaryInformation
WordDocument
1Table
[1]CompObj
[5]DocumentSummaryInformation