arj.cpp

来自「解密arj压缩文件密码的程序,对于ARJ压缩,值得研究」· C++ 代码 · 共 31 行

CPP
31
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?