User profile: zipvect

User info
User name:zipvect
History
Joined:
Number of posts:7
Latest posts:

parallel arrays , sorting alphabetically
How can this code sort a phone number list by name alphabetically(comparing last names, then if last...

From Integers to Strings Array from File
Is this correct? it will be reading a list of 400 names. #include <iostream> #include <fstream> #i...

From Integers to Strings Array from File
How can I change this code from integers to strings? [code] How to alter code reading string o...

read file using function with reference variables , parameters
are the functions going to show the expected output?

read file using function with reference variables , parameters
I need help with printTemperatures() and lowSameHigh(). Can printHeadings() be deleted since the fi...