码迷,mamicode.com
首页 > 其他好文 > 详细

socket字符串,数值处理函数

时间:2021-04-06 14:05:37      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:atoi   网络字节序   数值   字符   include   nbsp   add   数值处理   class   

inet_pton

字符串转为网络字节序整数,网络字节序可以直接用于sockaddr_in。

#include <sys/socket.h>
#include <netinet/in.h>
#include<arpa/inet.h>
 
atoi
字符串是ASCII
将字符串转为整数
#include <stdlib.h>
 
htons
16位主机字节序转为网络字节序
#include <arpa/inet.h> 
 

socket字符串,数值处理函数

标签:atoi   网络字节序   数值   字符   include   nbsp   add   数值处理   class   

原文地址:https://www.cnblogs.com/toughcactus/p/14614726.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!