摘要: 头函数1:point.h #pragma once#if!defined(point_H)#define point_h#define PI 3.1415926#include <iostream>using namespace std; //定义基类class Point{private: int 阅读全文
posted @ 2020-06-08 13:27 bobo哥 阅读(124) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2020-06-08 13:23 bobo哥 阅读(0) 评论(0) 推荐(0)
摘要: 头文件1:define_class.h #pragma once#if!defined(define_class_H)#define define_class_h#include <iostream>#include <cmath>using namespace std; //定义坐标点类class 阅读全文
posted @ 2020-06-08 13:13 bobo哥 阅读(209) 评论(0) 推荐(0)