Searching for a certain set of numbers in an array

In my c++ program I create an array which the user will need to enter the integers and will be stored in this array. Then I need to find if certain numbers are found in the array. How could this be done?

Topic archived. No new replies allowed.