User: marmacc

  • Public profile

User profile: marmacc

User info
User name:marmacc
History
Joined:
Number of posts:6
Latest posts:

Vector element comparison help
This is the code I have: vector<int> input(); vector<int> integers(range_top); int zero...

Vector element comparison help
But the problem is that the compiler won't allow me to do if (input[i] == integers[j]), saying that...

Vector element comparison help
I'm trying to compare values from two different vectors--if they are the same, a number is increment...

Incrementing vector value
Here's the code I have: for (int i=0; i < range_top; ++i){ // initialize vector values at 0 ...

Incrementing vector value
I keep getting a compiler error that I'm using a pointer to a function in arithmetic. And the user i...

This user does not accept Private Messages