User profile: arkad

User info
User name:arkad
History
Joined:
Number of posts:8
Latest posts:

Constructor Overloading
Now, I get what you want to do: using default parameters. The parameters should be initialize in the...

Constructor Overloading
You never overloaded the constructor as you have just one constructor, which has two arguments. See...

Search an array for an element
[code] if (search == array[i] { cout << search << " is in your array" << endl; break; //This will ...

I need help with a do/while loop please
[code]#include <iostream> using namespace std; int main () { int duration; double interest; do...

Where to start?! (Beginner)
Hey! You can't drop this one after you start until you have finished digesting it: C++ Programming: ...