随笔分类 - 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
阅读全文
摘要:<C++标准函数库>中说的 有三个函数可以将字符串的内容转换为字符数组和C—string 1.data(),返回没有”\0“的字符串数组 2,c_str(),返回有”\0“的字符串数组 3,copy().................................................................int 转 CString:CString.Format("%d",int);.................................................................string 转 CStri
阅读全文
摘要:前几天刚把VS2008换成VS2010,应该方法类似吧。 [惨无人道的转载开始] visual studio2008发布已经很久了,但是Google了一下却没有多少篇文章讲关于配置OpenGL环境的,强大的visual studio2008已经非常人性化了,比起其他开发工具来说,visual studio2008的OpenGL配置实在太简单了,下面就setp by setp地教大家配置,首先下...
阅读全文
摘要:C++ 得到光标位置 和 移动光标,网上转的。
阅读全文