Search:

Type: Posts; User: Bada Bing

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,508

    no joy with that, caused heaps more errors, can I...

    no joy with that, caused heaps more errors, can I mail the code, I cannot post it I'm afraid.

    thanks for the help
  2. Replies
    3
    Views
    1,508

    Sorting by Insertion

    Whats wrong?

    void sort()
    {
    int z, i;
    for(i = 1; i <= z - 1; i++)
    {
    int x = i;

    while((j > 0) && (array[x] < array[x - 1]))
  3. Replies
    2
    Views
    920

    novice needs help with array

    I've got an array and I want to read in details from the user, and send that to = array element 1 and next entry = element 2 etc

    thanks
  4. Replies
    1
    Views
    1,685

    Urgent - Bubble Sort problem

    I need to bubble sort an array that holds details of a magazine, ie name, publisher, cost etc. after the user has entered them in. I have to sort these by name.

    I've been told mabye to use the...
Results 1 to 4 of 4