严以律己,宽以待人. 三思而后行. GMail/GTalk: yanglinbo#google.com; MSN/Email: tx7do#yahoo.com.cn; QQ: 3 0 3 3 9 6 9 2 0 .
posted on 2006-04-29 17:33 杨粼波 阅读(7968) 评论(5) 编辑 收藏 引用 所属分类: 学习笔记
用stringstream 回复 更多评论
测试了下,确实可以, 但是,我用VC7没有问题,但是使用G++就说找不到sstream,郁闷了。 回复 更多评论
gcc里面应该是 #include "std_sstream.h" 回复 更多评论
数字字符串肯定不能直接转为数字,一般使用atoi比较方便。 不过可以用nPort = atoi(strPort.c_str()); 基础很重要的。 回复 更多评论
unsigned int nIPaddress = strtoull(ip.c_str(),NULL,10) 回复 更多评论
Powered by: C++博客 Copyright © 杨粼波