BinaryTree
HW 06
Spell Checking Using Binary Trees
Main Page
Related Pages
Classes
Files
File List
File Members
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
getWord
std::string getWord(std::istream &in)
Reads a word from input stream in, where a word is the longest possible sequence of alphabetical char...
Generated on Fri Apr 13 2018 13:56:05 for BinaryTree by
1.8.7