Array - compare elements and extract min max valuesbefore line 40 put: [code]nMin = anPersons[0];[/code] This sets the minimum value to be initially th...
delete words from a stringhttp://www.cplusplus.com/forum/beginner/155478/
Help With LoopingWhere 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 sequencesCreate a map of numbers and a count of how many files they appear in. Then afterwards print any that...