coverExploring C++: The Programmer's Introduction to C++

Data Files


The following lists some helpful data files to feed to some of the example programs. See also the projects and all the code listings.

Exploration 14: Use explore14.txt as sample input to the word-counting programs.

Exploration 51: Words, words, words. Use sorted-words.txt and shuffled-words.txt as input to Listing 51-2. Compare the speed of the program using these two files, which differ only in the order. These files are from wordlist on SourceForge.

Exploration 52: palindrome input files