#include <iostream>#include <fstream>#include <cstring>#include <string>#include <map>#include <sstream>#include <cstdlib>Functions | |
| void | usage (const map< string, string > &m) |
| void | getInput (char inf[]) |
| void | nameFile (const char ipf[], string &s, string &nons, const string &name) |
| void | toLower (string &s) |
| int | main (int argc, char *argv[]) |
| void getInput | ( | char | inf[] | ) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
References ifstream(), nameFile(), toLower(), and usage.
| void nameFile | ( | const char | ipf[], | |
| string & | s, | |||
| string & | nons, | |||
| const string & | name | |||
| ) |
| void toLower | ( | string & | s | ) |
| void usage | ( | const map< string, string > & | m | ) |
1.5.6