Search:

Type: Posts; User: stn0091

Search: Search took 0.01 seconds.

  1. Thank you. I did as you suggested and it runs...

    Thank you. I did as you suggested and it runs fine now.
  2. C in UNIX environment; external bubble sort doesn't work

    void BubbleSort(EmployeeRecord employees[], int max_employee); //3.12

    void BubbleSort(EmployeeRecord employees[], int max_employee) //3.12
    {
    int o, i;

    for (o = 0; o < MAX_EMPLOYEE; o++)
    {...
Results 1 to 2 of 2