Search:

Type: Posts; User: Kevin G

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,448

    urgent help with sorting a two D array

    Hi all I need to get in an assignment to night, and I cant get a 2 D array to sort correctly. The arry has 5 columbs and 10000 rows. The columbs are Postcode, Month, Year, Bedrooms and Price. I have...
  2. Replies
    2
    Views
    3,972

    sorting 2D arrays

    Hi,
    I have written a program that is meant to sort a small 2 dimensional array (ten groups of two numbers) in descending order, by the first number (column [0]).

    It works when I use small...
  3. Thanks for the Help

    Adak and DeadPlanet,

    Thanks for the help.

    DeadPlanet,
    I need to do a lot more that just tutorial on arrrays. I have been doing a few, but it's been taking a couple of goes for the...
  4. Having the output of a While loop feed directly into an array

    The below program (that I didn't write) prints to the screen the first 100 prime numbers. I am tiring to get it to put the 100 prime numbers into an array.



    #include <stdio.h>

    int main(int...
Results 1 to 4 of 4