随笔分类 -  C/C++

摘要:#include <stdio.h>#include <iostream>#include <windows.h>#include <string.h>#include "HTTPCore/HTTP.h"#include "HTTPCore/HTTPCore.h"#pragma comment(lib, "HTTPCore.lib")#pragma comment(lib, "ws2_32.lib")#pragma comment(lib, "ssleay3 阅读全文
posted @ 2011-08-15 00:58 noevil 阅读(480) 评论(0) 推荐(0)
摘要:<C++标准函数库>中说的 有三个函数可以将字符串的内容转换为字符数组和C—string 1.data(),返回没有”\0“的字符串数组 2,c_str(),返回有”\0“的字符串数组 3,copy().................................................................int 转 CString:CString.Format("%d",int);.................................................................string 转 CStri 阅读全文
posted @ 2011-03-14 09:35 noevil 阅读(280) 评论(0) 推荐(0)
摘要:前几天刚把VS2008换成VS2010,应该方法类似吧。  [惨无人道的转载开始]  visual studio2008发布已经很久了,但是Google了一下却没有多少篇文章讲关于配置OpenGL环境的,强大的visual studio2008已经非常人性化了,比起其他开发工具来说,visual studio2008的OpenGL配置实在太简单了,下面就setp by setp地教大家配置,首先下... 阅读全文
posted @ 2010-11-09 21:35 noevil 阅读(297) 评论(0) 推荐(0)
摘要:转自TOOLS 阅读全文
posted @ 2010-11-08 08:34 noevil 阅读(386) 评论(0) 推荐(0)
摘要:C++ 得到光标位置 和 移动光标,网上转的。 阅读全文
posted @ 2010-10-12 18:56 noevil 阅读(9005) 评论(0) 推荐(0)
摘要:膜拜袁哥。 阅读全文
posted @ 2010-10-09 13:26 noevil 阅读(812) 评论(0) 推荐(0)