- 博客(2)
- 问答 (2)
- 收藏
- 关注
原创 c++创建dll步骤
①新建程序,win32项目 ② 选择选项如图 创建后需要一个头文件和源文件,源文件实现代码,头文件作声明。 test.h: #ifdef CREATEDELL_API_DU #else #define CREATEDELL_API_DU _declspec(dllexport) //当编译时,头文件不参加编译,所以.cpp文件中先定义,后...
2021-10-29 17:09:29
1450
原创 C#传参调用C#生成exe,cmd传参调用C++生成exe
一、C#调用C#创建的exe ①调用代码 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Diagnostics; namespace 调用exe { class Program { static void Main(string[] args) { string strA = ".
2021-10-29 16:32:56
472
空空如也
ubuntu虚拟机中vs code写好的C++怎么生成exe
2020-11-02
C++新手关于二维动态数组的提问,要实现用户自定义的那种
2020-07-15
TA创建的收藏夹 TA关注的收藏夹
TA关注的人