User profile: Jezze

User info
User name:Jezze
History
Joined:
Number of posts:30
Latest posts:

How to get the lowest value as well as the highest even element in an array
Line 85 and 87, you have [code]arrayNums[0,1,2,3,4,5,6,7,8,9][/code] and you should have [code]array...

Time calculation program
One simple way is that you first change your minutes to seconds and then do calculation and then mov...

cin to vector with class member
You need to do something like this, [code]void fillPhonebook(vector<Phonebook>&myPhonebook) { str...

Newbie here!
My suggestion would be to change that while loop to nested for loop and then go trough the both arra...

if Statement not recognised.
[code]#include <iostream> #include <string> #include <cstdlib> #include <ctime> using namespace std...