What is the vector representation of an integer or variable? maybe something like: vec.push_back() ?
Why isn't my vector code working?I have this one line of code that gets and error and I don't know why. I'm making a menu that pulls...
How to find largest number with sentiel-controlled loopI found the answer incase one day someone needs it: [code]#include <iostream> using namespace std;...
How to find largest number with sentiel-controlled loopI tried this code too. It works better but still isn't right [code]#include <iostream> using name...
How to find largest number with sentiel-controlled loopHi, this is my first time posting here. I'm in my first semester of c++ class. My HW assignment sa...