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
Min and Max in an array (Special Case)
Page 2
Min and Max in an array (Special Case)
Pages:
1
2
May 12, 2012 at 9:31am UTC
cire
(8284)
Did you change your initial
int max = freqn[0], min = freqn [0];
to
freqn[1]
?
May 12, 2012 at 9:47am UTC
ecchii
(16)
Oh, im so dumb >_<
Yea I forgot that, Fixed it.
Thank you Soooooooooooooo MUCH <3
May 12, 2012 at 9:54am UTC
cire
(8284)
You should visit
http://www.cplusplus.com/articles/oGLN8vqX/
Topic archived. No new replies allowed.
Pages:
1
2