随笔分类 -  VS

c++ 枚举目录
摘要:using namespace std; #include <string.h> #include <iostream> #include <cstring> #include <windows.h> #include <string> #include <vector> using namespa 阅读全文
posted @ 2022-03-18 11:46 alantop 阅读(148) 评论(3) 推荐(0)
vc 设置输出目录,文件名
摘要: 阅读全文
posted @ 2021-10-27 16:00 alantop 阅读(138) 评论(0) 推荐(0)
vc 列举目录下所有文件
摘要:// Project1.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // #include "pch.h" #include "framework.h" #include "Project1.h" #ifdef _DEBUG #define new DEBUG_NEW 阅读全文
posted @ 2020-12-28 23:13 alantop 阅读(212) 评论(0) 推荐(0)
fatal error C1083: 无法打开包括文件: “pch.h”: No such file or directory 错误的解决方法
摘要:包含头文件 atdafx.h 注释掉 pch.h 属性选择,不预编译头文件 #include "stdafx.h"//#include "pch.h" 阅读全文
posted @ 2020-10-07 09:44 alantop 阅读(6914) 评论(0) 推荐(0)
c++ 调用系统函数进行base64 编解码操作
摘要:c++使用如下系统函数可以进行base编解码 头文件包含 #include <atlenc.h> 具体函数如下: int Base64EncodeGetRequiredLength(int nSrcLen, DWORD dwFlags=ATL_BASE64_FLAG_NONE){} int Base 阅读全文
posted @ 2020-10-06 09:19 alantop 阅读(1039) 评论(0) 推荐(0)
vs2017 官方下载地址 和 官方建立脱机安装包的方法
摘要:vs2017 官方下载地址: https://docs.microsoft.com/zh-cn/visualstudio/releasenotes/vs2017-relnotes VS2017 官方建立脱机安装方法 https://docs.microsoft.com/zh-cn/visualstu 阅读全文
posted @ 2019-12-10 09:57 alantop 阅读(540) 评论(0) 推荐(0)