I have started writing a c++ code in which I must keep the program alive until the user ends it. I must also use a sturct, a vector, strings and a random generator and I'm not sure what to do next. Here's what I've got so far:
#include <iostream> // allows program to perform input and output
#include <string>
#include <vector>
#include <fstream>
using namespace std; // program uses names from the std namespace