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 | |
static void | test () |
Self-test implementations. | |
int | main () |
Main function. | |
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.