📄 arj.cpp
字号:
// ARJ.cpp: implementation of the CARJ class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "ARJCRACK.h"
#include "ARJ.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CARJ::CARJ()
{
}
CARJ::~CARJ()
{
}
// char * SeekAtName(char * buffer,CString Name, int flag);
// flag : 0 if First RUN else second
// Return : NULL if error of end of archive
// 泽黻鲨
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -