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
input random int and arrange from low to
input random int and arrange from low to high
Feb 12, 2010 at 3:29am UTC
oiradranlom
(2)
Hi,
I just want to know the simplest way to arrange integers.
Integers are inputed randomly into one variable at using a loop...
after inputing 10 integers the loop stops and I want the output to
show all integers from lowest to highest...
thank you
Feb 12, 2010 at 3:43am UTC
firedraco
(6243)
Use std::sort().
Topic archived. No new replies allowed.