Palindrome ProgramTry this [code] #include <iostream> #include <string> using namespace std; int main() { string...
Some syntax errors etcalso setting the value of: [code] clock() = value; //wrong //you mean clock() == value? [/code] tr...
Doubts and Errors how about this [code] void function1() { //task here } void function2() { //task here } void...
Can anyone help me figure out my function isn't finding the largest integer?You referenced the maxScore in your stat() function uninitialized and you will get a garbage value (...
Pointer to an array of pointersuhh...why are you looping without using its iterator? the 'i' have no any reference at all in your ...
This user does not accept Private Messages