Please help1. No need to pass ARRAY_SIZE to isMember: it's a global constant. [code] if (numbers[ARRAY_SIZE]...
Homework Assignment ErrorFirst off, you can't use variables to declare a C-style array: [code] int numberA; int value[nu...
Vector subscript out of range when looping backwardsThese do indeed work. Thank you.
How to parse a string into a vector<int>You could easily iterate through the string and 'convert' the single characters to integers. [code]...
Vector subscript out of range when looping backwardsHello there! To be honest, I'm in a bit of a pickle. Have you ever looped through a vector, only to ...
This user does not accept Private Messages