User profile: Husker

User info
User name:Husker
History
Joined:
Number of posts:4
Latest posts:

User Input Problem
My program asks the user to enter an int of some range. If the user inputs an alpha character, my p...

Find Array Item Recursively
Got it, thanks. [code] const int IndexMatch(const int arr[], const int size) { //base case on...

Find Array Item Recursively
Thanks. The non-recursive version works well but I'm still stuck on how to recursively increase fir...

Find Array Item Recursively
I'm having trouble with my latest assignment. The purpose is to return the index of the first item ...