User profile: ilovecats879

User info
User name:ilovecats879
Old user name:ilikecheesecats
History
Joined:
Number of posts:7
Latest posts:

Sort Function Using Pointers
[quote] Why not just change the value the pointer is pointing to? [/quote] ^^This is what I meant b...

Sort Function Using Pointers
I am passing it this way because if I were to pass by pointer I'd be assigning a pointer a value tha...

Sort Function Using Pointers
Hi, I am working on a lab assignment where we had to write a sort function that has three int pointe...

Using file I/O, arrays and functions to read employee data
My full code ended up being: [code] #include <iostream> #include <iomanip> #include <fstream> #inc...

Using file I/O, arrays and functions to read employee data
Hi Andy, Thank you so much for your help with this program. To answer your question yes the spaces a...