View Poll Results: has anyone ever been far as really decided to use want to do look more like?
- Voters
- 1. You may not vote on this poll
-
Jul 31st, 2010, 10:22 AM
#2
Re: how do i???
Try this:
Code:
y=0
long int smalll = numbers[y]; //first element will be stored
while(y<=i)
{
if(smalll>numbers[y])
{
if (numbers[y]==-99){break;}
else
{
smalll = numbers[y];
}
}
else
{
y++;
}
}
cout << "Smallest Number : " << smalll <<endl;
I'm not sure, because I didn't tested it and never used VC++ before 
.....
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|