SubNet.cpp
资源名称:NetFinder.rar [点击查看]
上传用户:qiye66692
上传日期:2022-04-25
资源大小:72k
文件大小:0k
源码类别:
SNMP编程
开发平台:
Visual C++
- #include "StdAfx.h"
- #include ".subnet.h"
- CSubNet::CSubNet(CString ip, CString mask)
- {
- this->IP = ip;
- this->Mask = mask;
- }
- CSubNet::~CSubNet(void)
- {
- }