// ========================================================================== // Implementation for maskable words. // A. Fischer, June 4, 2000 file: words.cpp // Modified by M. Fischer, October 8, 2009 //===========================================================================b #include "tools.hpp" #include "words.hpp" // ================================================= Alphabet class functions int // Return index of first occurrence of c in W Alphabet::find(char c) const { int k; for (k=0; k"; return out; }