confusedgeorgette, I'd suggest you read up on basic C++ control structures, of which a for loop is one. htt...
how to call a constructor from another one with stuff between ?In C++, you cannot call a constructor on a currently existing object. When you call [code] this->Foo...
Please help me"Printing Elements of Array"May I offer a suggestion about how you initialize your array? Instead of writing 50 lines of code t...
confusedImpress your professor! Count down from 10 to zero! [code]for(int i = 10;i > 0; i--) { cout << "...
programI won't give the whole solution, but here's part of it. To randomly pick a number, use rand() [cod...
This user does not accept Private Messages