• Users
  • Mark Anthony Laureta

User profile: Mark Anthony Laureta

User info
User name:Mark Anthony Laureta
History
Joined:
Number of posts:5
Latest posts:

Palindrome Program
Try this [code] #include <iostream> #include <string> using namespace std; int main() { string...

Some syntax errors etc
also 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 pointers
uhh...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