User profile: Mboxer511

User info
User name:Mboxer511
History
Joined:
Number of posts:5
Latest posts:

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 loop
I found the answer incase one day someone needs it: [code]#include <iostream> using namespace std;...

How to find largest number with sentiel-controlled loop
I 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 loop
Hi, this is my first time posting here. I'm in my first semester of c++ class. My HW assignment sa...