Monday, February 28, 2011

ADT bwat Jawab Tugas Pemrograman IV - I.B

Nah klo yg ini, adalah ADT bwat Tugas Pemrograman IV - I.B, gni  nih ADT nya:

typedef struct{
    float x;
    float y;
} Point;

typedef struct{
    Point P;
    int color;
}CPoint;

0 comments:

Post a Comment