Thread
:
C++ experienced peeps chime in...
View Single Post
Jan 31, 2007 | 01:04 PM
#
31
Grifter
Senior Member
Joined:
Dec 2000
Posts:
44,835
Likes:
0
From:
the southwest
my mistake
it should be
if (num > max)
{
max = num;
}
if (num < min)
{
min = num;
}
ill post my program when iget home
Reply
0
0
Grifter
View Public Profile
Find More Posts by Grifter