RSS

博客

Dll series - c++ dll 专题
用dumpbin查看导出函数;动态链接库dll的使用有两种方式,一种是显式调用。一种是隐式调用.
vs c++ 将一个class写成DLL,导出整个类

在写C++程序时,时常需要将一个class写成DLL,供客户端程序调用。这样的DLL可以导出整个class,也可以导出这个class的某个方法.

一、导出整个class

方法很简单,只需要在类的头文件中

多核CPU并行编程:.c++ 版本历史及Visual Studio c++ 实现多核并行运算目录
并行库 对于C++而言,当我们需要使用多线程时,可以使用boost::thread库或者自从C++ 11开始支持的std::thread,也可以使用操作系统相关的线程API,如在Linux上,可以使用pthread库。除此之外,还可以使用omp来使用多线程。它的好处是跨平台,使用简单。
Let's Encrypt:How to Secure Nginx with Let’s Encrypt on Ubuntu 18.04(vultr)
How to Secure Nginx with Let’s Encrypt on Ubuntu 18.04(vultr)
diy Browser - WebView2Browser:Creating a WebView2 component with MFC c++(Tsking)
Creating a WebView2 component with MFC c++
C++ 和 与 REST Web Api 服务器进行交互编程(C++ REST SDK cpprestsdk)
C++ 和 与 REST Web Api 服务器进行交互编程(C++ REST SDK cpprestsdk)
Visual Studio Official Download url
Visual Studio 2019 Offical Download url
git for Home Assistant
git for Home Assistant
Ubuntu命令大全:磁盘空间清理
Ubuntu磁盘空间清理
开发人员网站工具资源汇总 web tools
开发人员网站工具资源汇总