输出ip最后一个点之后的数字

#include "stdafx.h"
#include <iostream>
#include <ctime>
#include <cstring>
#include <cmath>
#include <iostream>  
#include <string>  
#include <WinSock.h>  
#include <fstream>  
//#pragma comment(lib,"ws2_32.lib")
using namespace  std;
//bool sort(char * num,int totalNum);

void _tmain(int argc, _TCHAR* argv[])
{

      string IP1="172.16.26.29";

      string IP2="172.16.26.169";

      string IP3="172.16.223.23";

      string ss0=IP1.substr(IP1.find_last_of('.')+1,3);

      string ss1=IP2.substr(IP2.find_last_of('.')+1,3);

      string ss2=IP3.substr(IP3.find_last_of('.')+1,3);

      string ss3=IP2.substr(IP2.find_last_of('.')+1);    //当不给定第二个参数的时候,默认输出到末尾

     cout<<ss0<<endl;

     cout<<ss1<<endl;

     cout<<ss2<<endl;

     cout<<ss3<<endl;

}

输出:29

        169

        23

        169

转载于:https://www.cnblogs.com/loda333/p/5050662.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值