摘要: #include<stdio.h>#include<math.h>#include<windows.h>#include<time.h>#include<stdlib.h> void SetColor(unsigned short ForeColor,unsigned short BackGroun 阅读全文
posted @ 2021-08-10 15:59 墨云客 阅读(58) 评论(0) 推荐(0)
摘要: #include<iostream>#include<cstdio>class Parent{public: Parent(int var = -1) { m_nPub = var; m_nPtd = var; m_nPrt = var; } int m_nPub;protected: int m_ 阅读全文
posted @ 2021-08-10 15:59 墨云客 阅读(20) 评论(0) 推荐(0)