BinaryTree  HW 06
Spell Checking Using Binary Trees
 All Classes Files Functions Variables Pages
stringutils.hpp
Go to the documentation of this file.
1 
7 #ifndef STRINGUTIL_CPP_INCLUDED
8 #define STRINGUTIL_CPP_INCLUDED 1
9 
10 #include <iosfwd>
11 #include <string>
12 
27 std::string getWord(std::istream& in);
28 
29 #endif // STRINGUTIL_CPP_INCLUDED
std::string getWord(std::istream &in)
Reads a word from input stream in, where a word is the longest possible sequence of alphabetical char...