#include <iostream.h>
#include <conio.h>
typedef int absis;
typedef int ordinat;
//Structure Poin & Garis
struct Poin
{
absis x;
ordinat Y;
};
struct Garis
{
Poin A;
Poin B;
};
#define absis(P) (P).x
#define ordinat(P) (P).y
#define ax(G) (G).A.x...
User Profile
Collapse
Profile Sidebar
Collapse
sammy21
Last Activity: Mar 19 '17, 01:38 PM
Joined: Mar 19 '17
Location:
-
sammy21 started a topic i got some eror like "not a member" "parameter is never used" "undefined symbol" anyin Ci got some eror like "not a member" "parameter is never used" "undefined symbol" any
No activity results to display
Show More