cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Searching for a certain set of numbers i
Searching for a certain set of numbers in an array
Sep 27, 2015 at 3:42pm UTC
sme
(1)
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?
Sep 27, 2015 at 4:04pm UTC
MiiNiPaa
(8886)
Read:
http://en.cppreference.com/w/cpp/io/basic_istream/operator_gtgt
Search:
http://en.cppreference.com/w/cpp/algorithm/find
Topic archived. No new replies allowed.