ifndef point h define point h typedef struct float x
play

#ifndef POINT_H_ #define POINT_H_ typedef struct { float x; - PowerPoint PPT Presentation

#ifndef POINT_H_ #define POINT_H_ typedef struct { float x; float y; } Point; Point makePoint(float x, float y); Point midPoint(Point p1, Point p2); #endif


  1. • •

  2. #ifndef POINT_H_ #define POINT_H_ typedef struct { float x; float y; } Point; Point makePoint(float x, float y); Point midPoint(Point p1, Point p2); #endif

  3. • – – – –

  4. • • • –

Recommend


More recommend