Assignments for C++11 class @BUTE in 2017
String class with reference counting. Implement the common operations!
In Evil Hangman, the computer maintains a list of every word in the dictionary, then continuously pares down the word list to try to dodge the player's guesses as much as possible. Use C++11 features!
Compiled with C++11 enabled.