Visual Studio 第2页
C/C++ 获取 exe 路径-猿说编程

C/C++ 获取 exe 路径

C/C++ 获取 exe 路径 - std::string GetProgramDir() { char exeFullPath[MAX_PATH]; // Full path std::string strPath = ''; GetModuleFileName(NULL,exeFullPath,MAX_PATH); //获取带有可执...
猿说编程的头像-猿说编程钻石会员猿说编程4年前
013301
Visual Studio  试用许可证已过期/30天试用期已过-猿说编程

Visual Studio 试用许可证已过期/30天试用期已过

Visual Studio 试用许可证已过期/30天试用期已过 Visual Studio 2015 安装详细教程请参考: Visual Studio 下载安装 ,其他版本安装过程大体类似! 社区版本的 Visual Studio 安装过后默认都有...
猿说编程的头像-猿说编程钻石会员猿说编程4年前
089341
C/C++ error C2371: “int8_t”: 重定义;不同的基类型-猿说编程

C/C++ error C2371: “int8_t”: 重定义;不同的基类型

原本 Visual Studio 2008 项目工程,使用 Visual Studio 2019 或者 Visual Studio 2015 打开编译,项目编译时,直接报错 error C2371:error C2371: “int8_t”: 重定义;不同的基类型 由于 VS2...
猿说编程的头像-猿说编程钻石会员猿说编程4年前
036341
C/C++ Visual Studio 中 dumpbin 工具使用-猿说编程

C/C++ Visual Studio 中 dumpbin 工具使用

Visual Studio 中 dumpbin 工具使用 - dumpbin.exe 为 Microsoft COFF 二进制文件转换器,它显示有关通用对象文件格式 (COFF) 二进制文件的信息,如果想查看其中这些文件或库包含了哪些函数以及...
猿说编程的头像-猿说编程钻石会员猿说编程4年前
036231