/random_story_cpp

Duke ECE 551 group work

Primary LanguageC

random_story

Duke ECE 551 group work

Author: Zoe Yang, Luke Liu, Zhibo Jia, Zeying Huang

Task description:

Work Division:

  1. Store story template from story text file into vector. (Zoe)
  2. Store categories and corresponding words from words test file into map<string, set >. (Luke)
  3. Randomly choose word from specified category. (Zoe)
  4. Replace 'blanks' in the story template with chosen word. (Zhibo & Zeying)