大约有 13,200 项符合查询结果(耗时:0.0234秒) [XML]
mfc spin control 用法 - C/C++ - 清泛网 - 专注C/C++及内核技术
...Edit控件数字的增减,详见:https://www.tsingfun.com/it/cpp/1564.html。mfc spin
一款IP:端口监控工具 服务器端口监控工具[附源码] - C/C++ - 清泛网 - 专注...
...)。
软件下载:https://www.tsingfun.com/down/soft/74.html
源码下载:TradeMonitor.zip
主要代码请参考:《mfc telnet 端口,代码实现、不调用telnet.exe》
表格采用GridCtrl(Demo源码):《MFC Grid control 2.27》
端口监控 工具 源码
ATL简单对象(实现了IObjectWithSite接口)在网页中使用,如何取得IE窗口句...
...etSite方法等可取得,但对于非bho的嵌入到网页中的情况(html object标签),不可以取得。这时,应调用IOleWindow接口的GetWindow方法,而不是IWebBrowser2接口的get_HWND方法。
COM 句柄 接口 对象
为什么编译好的libcurl静态lib用不了? - C/C++ - 清泛网 - 专注C/C++及内核技术
...f the import libraries below
请参考:http://curl.haxx.se/docs/faq.html#Link_errors_when_building_libcur
在需要调用静态lib的工程(非libcurl源代码工程)预编译器中添加 CURL_STATICLIB ,即可解决。
原因解析:
curl.h中部分代码
#ifdef CURL_STAT...
c++文件流基本用法(ifstream, ostream,fstream) - C/C++ - 清泛网 - 专注C/C++及内核技术
...//www.tsingfun.com/it/cpp/all_programming_language_file_read_write_summary.html#C
c++ ,文件流,ifstream, ostream,fstream
c/c++如何获取CPU的序列号? - C/C++ - 清泛网 - 专注C/C++及内核技术
...息。
继续了解请参考:https://www.tsingfun.com/it/cpp/1965.html
运行结果:
CPU 序列号 cpuid
C++虚析构函数解析 - C/C++ - 清泛网 - 专注C/C++及内核技术
...。
以下内容转自: http://blog.sina.com.cn/s/blog_7c773cc50100y9hz.html
a.第一段代码
#include<iostream>
using namespace std;
class ClxBase{
public:
ClxBase() {};
~ClxBase() {cout << "Output from the destructor of class ClxBase!" << endl;};
void DoSomething() { co...
Duilib非常强大的C++界面库 - C/C++ - 清泛网 - 专注C/C++及内核技术
...样了。
更多教程请参考:http://www.cnblogs.com/Alberl/p/3354459.html
Duilib 界面库
char类型移动跨平台踩过的坑 - C/C++ - 清泛网 - 专注IT技能提升
...用unsigned char。
拓展:https://www.cnblogs.com/lsgxeva/p/10913024.html
强烈推荐一款非常mini的代码高亮开源软件--prism - 开源 & Github - 清泛网...
...使用它》
第二款prism,下载地址:http://prismjs.com/download.html,它是定制化下载,按照需求下载相应的编程语言支持js,开发版或迷你版。更重要的是代码本身非常小巧,js、css各一个文件,使用时引入它们,它会自动将<pre><code cl...
