Vector element comparison helpThis is the code I have: vector<int> input(); vector<int> integers(range_top); int zero...
Vector element comparison helpBut the problem is that the compiler won't allow me to do if (input[i] == integers[j]), saying that...
Vector element comparison helpI'm trying to compare values from two different vectors--if they are the same, a number is increment...
Incrementing vector valueHere's the code I have: for (int i=0; i < range_top; ++i){ // initialize vector values at 0 ...
Incrementing vector valueI 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