会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
return_sir
Hello C++
博客园
首页
新随笔
联系
订阅
管理
2017年10月23日
获取文件采用什么编码
摘要: 1 /* 2 获取文本文件的字符集类型 3 ANSI, Unicode, UTF-8 4 */ 5 6 #include 7 //#include 8 9 #define ERROR_OPEN 0x7F 10 #define ASCII_GBK_T 1 11 #define UNICOD...
阅读全文
posted @ 2017-10-23 14:24 return_sir
阅读(261)
评论(0)
推荐(0)
2017年10月19日
C++模板的使用
摘要: 1 #include <iostream> 2 #include <algorithm> 3 #include <bitset> 4 #include <deque> 5 #include <vector> 6 7 // 用法1 8 using std::cout; 9 using std::cin
阅读全文
posted @ 2017-10-19 17:04 return_sir
阅读(230)
评论(0)
推荐(0)
新的开始
摘要: 新的一天,新的开始.....
阅读全文
posted @ 2017-10-19 17:03 return_sir
阅读(70)
评论(0)
推荐(0)
公告