Search:

Type: Posts; User: zeromx

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    9,310

    here is my full code: i get this error on line...

    here is my full code:

    i get this error on line 52: 52 naivesort.c `for' loop initial declaration used outside C99 mode


    #include <stdio.h>
    #include <stdlib.h>
    #include <time.h>

    const int...
  2. Replies
    7
    Views
    9,310

    i get a error for for(....)

    i get a error for



    for(....)
  3. Replies
    7
    Views
    9,310

    random fill array

    Hi,
    i need a function that will fill the arrary with random values, so far is what i have done below, im a newbie so any help appricated, thank you.



    void fill_array (int array [], int...
  4. Replies
    9
    Views
    2,681

    From what code i got up there. isnt it possible?.

    From what code i got up there. isnt it possible?.
  5. Replies
    9
    Views
    2,681

    Hi, Basically i need to make a bubble sort from...

    Hi,
    Basically i need to make a bubble sort from that piece of code. As i have just started learning C. i would imagine that someone could help me, by making it a bubble sort. thank you.
  6. Replies
    9
    Views
    2,681

    bubble sort help.

    Hi,
    I just recently joined and i need some help with one of my assignments. please can you have a look and try to help thank you.

    task:
    Write an efficient bubble sort function optimised so as...
Results 1 to 6 of 6