abstractmonic.cpp

来自「MONA是为数不多的C++语言编写的一个很小的操作系统」· C++ 代码 · 共 44 行

CPP
44
字号
/*!    \file  AbstractMonic.cpp    \brief 拪徾NIC僋儔僗    Copyright (c) 2004 Yamami    WITHOUT ANY WARRANTY    \author  Yamami    \version $Revision: 1.1 $    \date   create:2004/09/04 update:$Date: 2004/09/04 17:50:56 $*//*! \class AbstractMonic *  \brief 拪徾NIC僋儔僗 */#include "AbstractMonic.h"/*!    \brief AbstractMonic 僐儞僗僩儔僋僞    \author Yamami    \date   create:2004/09/04 update:*/AbstractMonic::AbstractMonic(){    //幚憰柍偟}/*!    \brief AbstractMonic 僨僗僋僩儔僋僞    \author Yamami    \date   create:2004/09/04 update:*/AbstractMonic::~AbstractMonic(){    //幚憰柍偟}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?