📄 uendflag.cpp
字号:
// uendflag.cpp: implementation of the Cuendflag class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "LL1.h"
#include "uendflag.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
//////////////construct
Cuendflag::Cuendflag(TCHAR c)
{
flag=c;
}
/////////////destroy
Cuendflag::~Cuendflag()
{
}
//DEL bool Cuendflag::isaflag(TCHAR c)
//DEL {
//DEL Cuendflag *uendflag=head;
//DEL while(uendflag!=NULL){
//DEL if(uendflag->flag==c){
//DEL return TRUE;
//DEL }
//DEL uendflag=uendflag->next;
//DEL }
//DEL return FALSE;
//DEL }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -