/* C++ program to sort n numbers in an array */
#include<iostream.h>
#include<conio.h>
class rack
{
    int arr[100],i,n;
    public:
    void additems(void)
    {
        ....................

The content has been moved to permanent website. You will be redirected shortly

visit: http://www.programminghelp.in/2011/09/05/c-program-using-class-to-sort-n-numbers-in-an-array/
to get complete program.

Wednesday, June 8, 2011

C++ Program to sort n numbers in an array

/* C++ program to sort n numbers in an array */
#include<iostream.h>
#include<conio.h>
class rack
{
    int arr[100],i,n;
    public:
    void additems(void)
    {
        ....................

The content has been moved to permanent website. You will be redirected shortly

visit: http://www.programminghelp.in/2011/09/05/c-program-using-class-to-sort-n-numbers-in-an-array/
to get complete program.