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
Comparing array's element with entered v
Comparing array's element with entered value ?
May 3, 2010 at 2:04pm UTC
vim1911
(2)
How to compare array's element (5 elements) with entered value ?
thank you
Last edited on
May 3, 2010 at 2:05pm UTC
May 3, 2010 at 2:11pm UTC
Bazzy
(6281)
Using operator == ?
May 3, 2010 at 2:49pm UTC
blackcoder41
(1426)
That depends on the data type.
May 3, 2010 at 3:23pm UTC
Albatross
(4553)
For loops... maybe?
As the post above mine by blackcoder41 says, it depends on the data type.
-Albatross
Topic archived. No new replies allowed.