User profile: A34

User info
User name:A34
History
Joined:
Number of posts:2
Latest posts:

Using a function to increment every number in an array by 1
I want the program to read in a set of numbers from a file, increment each number by 1, then output ...

Using a function with pointers to find a min value in array
Hello everyone, I'm not sure why my pointer is not returning the proper minimum value when the prog...