⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 anaip.h

📁 200633062486565.rar
💻 H
字号:
// anaIP.h: interface for the anaIP class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_ANAIP_H__D740A400_F220_11D4_814C_B45DC515920C__INCLUDED_)
#define AFX_ANAIP_H__D740A400_F220_11D4_814C_B45DC515920C__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class anaIP  
{
public:
	int hostnum;
	int num[4];
	int ComputeHostNum();
	BOOL IsCorrectIP(CString IP);
	int start[4];
	int end[4];
	BOOL GetIP(CString fromIP,CString toIP);
	anaIP();
	virtual ~anaIP();

};

#endif // !defined(AFX_ANAIP_H__D740A400_F220_11D4_814C_B45DC515920C__INCLUDED_)

⌨️ 快捷键说明

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