anaip.h
来自「200633062486565.rar」· C头文件 代码 · 共 28 行
H
28 行
// 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 + =
减小字号Ctrl + -
显示快捷键?