|
Algorithms_in_C++ 1.0.0
Set of algorithms implemented in C++.
|
Search for words in a long textual paragraph. More...
#include <cassert>#include <cstdlib>#include <iostream>#include <cstring>Functions | |
| std::string | lower (std::string word) |
| function to convert a C++ string to lower case More... | |
| static void | test () |
| Self-test implementations. More... | |
| int | main () |
| Main function. More... | |
Search for words in a long textual paragraph.
| std::string lower | ( | std::string | word | ) |
function to convert a C++ string to lower case
| word | takes an std::string as input |
| int main | ( | void | ) |
Main function.
|
static |
Self-test implementations.