I have a C++ file with over 4000 lines of first names, and I put all of the names in a list using
but I don't really feel like spending hours putting quotation marks around every name. Is there a way I can get around this?
C++:
#include <iostream>
#include <bits/stdc++.h>
using namespace std;
list<string> list_name(99999, Aaren
Aarika
Abagael
...