Forum: C++ May 4th, 2006 |
| Replies: 2 Views: 4,353 For the descending sort, it only moves the highest number to the correct spot and leaves the other numbers in ascending order. Can anyone tell me what I am doing wrong?
#include<iostream.h>... |
Forum: C++ May 3rd, 2006 |
| Replies: 6 Views: 6,928 Thanks very much! I still have a problem though, it is only printing out one of the search numbers instead of 4. Any help? |
Forum: C++ May 2nd, 2006 |
| Replies: 6 Views: 6,928 HI, everyone. I am having trouble getting the index of the location of the search number to print out. This is my program. Any help would be greatly appreciated!
#include<iostream.h>... |
Forum: C++ May 2nd, 2006 |
| Replies: 1 Views: 3,654 I have a program project to complete, but I don't know exactly what to do. This program is in C++ programming language. This what I have to do?
Write a program that will use a array to store a... |