摘要: 在C++中使用scanf时应注意两点 1.导入#include <cstdio> 2.将scanf改成scanf_s VS2022实现查找替换 编辑——》查找和替换——》在文件中替换 输入要查找替换的名称 点击全部替换 完成 阅读全文
posted @ 2024-06-03 10:02 椰子灰 阅读(78) 评论(0) 推荐(0)
摘要: 没想到还有能用到C/C++的时候…… 刚好忘记怎么用Visual Studio了,写个博客记录一下 参考—— https://blog.csdn.net/Long_xu/article/details/130599633 https://learn.microsoft.com/zh-cn/visua 阅读全文
posted @ 2024-06-03 09:44 椰子灰 阅读(2269) 评论(0) 推荐(0)
摘要: 参考—— https://learn.microsoft.com/zh-cn/visualstudio/extensibility/vsix/get-started/get-tools?view=vs-2022 版本:Visual Studio 2022 打开VS (两种方式) A直接点击安装多个工 阅读全文
posted @ 2024-06-03 09:16 椰子灰 阅读(269) 评论(0) 推荐(0)