User: medosz

  • Public profile

User profile: medosz

User info
User name:medosz
History
Joined:
Number of posts:49
Latest posts:

find the largest integer in the array with recursion
Thank you for your help. It helped a lot.

find the largest integer in the array with recursion
This program finds the largest interger in the array. I am trying to understand it but I am struggl...

Displaying only unique values in array
[quote]if (std::find(array1.begin(), array1.end(), temporary) != array1.end()) cout << "Duplicat...

Displaying only unique values in array
Thank you for your help. It`s very useful.

Displaying only unique values in array
The problem is the temporary variable will be lost each time the program loops so I can`t use the st...

This user does not accept Private Messages