I'm not sure how to use vectors in C++.
It has to do with the vector's push back technique.
I used push back to insert entries into the vector in the first programme.
I used at() to insert entries into the vector in the second application.
#include <iostream>
#include <vector>
#include <string>
using namespace std;
int main ...READ MORE
Jul 22, 2022
in C++
by
Nicholas
• 7,760 points
•
546 views