Wt examples
3.7.1
|
#include <Wt/WApplication>
#include <Wt/WStringUtil>
#include "Dictionary.h"
#include <fstream>
#include <iostream>
#include <time.h>
#include <stdlib.h>
Go to the source code of this file.
Functions | |
std::wstring | RandomWord (Dictionary dictionary) |
std::wstring RandomWord | ( | Dictionary | dictionary | ) |
Definition at line 16 of file Dictionary.C.