Wt examples
4.11.3
|
#include "Dictionary.h"
#include <Wt/WApplication.h>
#include <fstream>
#include <iostream>
#include <random>
Go to the source code of this file.
Functions | |
std::string | randomWord (Dictionary dictionary) |
std::string randomWord | ( | Dictionary | dictionary | ) |
Definition at line 14 of file Dictionary.C.