Search:

Type: Posts; User: jazzz

Search: Search took 0.01 seconds.

  1. Thread: Sorting

    by jazzz
    Replies
    1
    Views
    1,157

    Sorting

    I need to sort the following list: first by code, then by subcode and then by brandcode.

    code -> subcode -> brandcode (each code has a subcode and each subcode had a brandcode)

    ...
  2. Replies
    2
    Views
    1,234

    Hi Darryl, Thankx for the reply, in the code...

    Hi Darryl,

    Thankx for the reply, in the code i see that it sorts accodring to "code", how can i modify the program so that it sorts even according to "subcode" and "brandcode";

    i.e., code as...
  3. Replies
    2
    Views
    1,234

    help in explaining the program

    Hi,

    Iam new to programming. Can anyone explain the following program?




    #include "stdafx.h"

    FILE *fp_dump;
Results 1 to 3 of 3