User profile: Zaita

User info
User name:Zaita
Bio:Professional SW developer for over 10 years. Current role is Software Architect.
History
Joined:
Number of posts:2738
Latest posts:

Array - compare elements and extract min max values
before line 40 put: [code]nMin = anPersons[0];[/code] This sets the minimum value to be initially th...

delete words from a string
http://www.cplusplus.com/forum/beginner/155478/

Help With Looping
Where is your code so far?

help! im having trouble with cin input
[code] #include <iostream> #include <map> using namespace std; int main () { string name = "Proj...

Parallel scan of sorted sequences
Create a map of numbers and a count of how many files they appear in. Then afterwards print any that...