10
edits
m (→Data access: fix typo) |
m (→Data access: fix typo) |
||
Line 41: | Line 41: | ||
// Iterate through the string | // Iterate through the string | ||
StringIndexer indexer(s); | StringIndexer indexer(s); | ||
for(int i = 0; i < | for(int i = 0; i < s.length(); i++) | ||
process (indexer[i]); | process (indexer[i]); | ||
edits