摘要: # 《Effective STL》条款15:注意string实现的多样性 ![string.jpg](https://img2023.cnblogs.com/blog/2141093/202305/2141093-20230521224910823-1205413941.jpg) 阅读全文
posted @ 2023-05-21 22:53 ltimaginea 阅读(21) 评论(0) 推荐(0) 编辑
摘要: g++源码位置: C:\Users\Matthew Crawley\AppData\Local\Microsoft\Linux\HeaderCache\1.0\Ubuntu\usr\include\c++ g++源码位置: \\wsl.localhost\Ubuntu\usr\include\c++ 阅读全文
posted @ 2022-12-22 16:39 ltimaginea 阅读(82) 评论(0) 推荐(0) 编辑
摘要: VS Linux C++ Additional Debugger Commands Visual Studio 2022 Linux C++ 应用程序,当我们借助 GDB 调试时,如果需要设置其他的 GDB 调试命令,那么应在: 配置属性 => 调试 => 其他调试程序命令 一栏中填写需要的 GDB 阅读全文
posted @ 2022-11-09 20:23 ltimaginea 阅读(45) 评论(0) 推荐(0) 编辑
摘要: GDB print derived type 当我们在使用GDB调试时, print 默认打印多态指针或多态引用的声明类型,如果我们需要查看其实际的派生类类型,方法是: 首先在GDB命令行输入命令: set print object on 然后再 print 相关的多态指针或多态引用。 当多态指针是 阅读全文
posted @ 2022-11-09 13:37 ltimaginea 阅读(60) 评论(0) 推荐(0) 编辑
摘要: Visual Studio 2022 使用监视窗口查看变量的地址 通过在“监视”窗口中,填写变量的取地址表达式 &var ,然后按 Enter 键以确认,从而在调试时来查看变量的地址。 References: 对变量设置监视 - Visual Studio (Windows) | Microsoft 阅读全文
posted @ 2022-08-13 15:30 ltimaginea 阅读(598) 评论(0) 推荐(0) 编辑
摘要: Visual Studio 2022 额外指定编译命令 在 命令行 >> 其他选项 栏中填写额外指定的编译命令。 举例:Visual Studio 2022 Linux C++ 应用程序,强制指定 g++ 编译器暂时还未完全支持的最新的 C++20 标准,以覆盖默认支持的最高的 C++17 标准: 阅读全文
posted @ 2022-08-12 19:44 ltimaginea 阅读(175) 评论(0) 推荐(0) 编辑
摘要: C++ Coding Standards: 101 Rules, Guidelines, and Best Practices 阅读全文
posted @ 2022-04-29 18:24 ltimaginea 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 英语在线单词、语法检查工具 在线英语单词拼写检查工具 http://plagiarisma.net/cn/spellcheck.php https://www.nounplus.net/ https://www.medsci.cn/sci/translation.do 在线英语语法检查工具(都含单词 阅读全文
posted @ 2022-03-12 20:47 ltimaginea 阅读(71) 评论(0) 推荐(0) 编辑
摘要: Windows锁屏图片文件存放位置 参考链接: 请问windows10锁屏图片文件存放位置在哪 - Microsoft Community 阅读全文
posted @ 2022-03-09 17:13 ltimaginea 阅读(190) 评论(0) 推荐(0) 编辑
摘要: Windows 10 和 Windows 11 的截图快捷方式是什么? 👉 Windows + Shift + S 温馨提示: 截图方式有矩形、自定义、窗口和全屏,请在截图模式下的顶部工具栏中选择。 您也可以用 PrtScn 键截图,设置方法: “开始”>“设置”>“轻松使用”> “键盘”; 找到 阅读全文
posted @ 2022-03-09 16:46 ltimaginea 阅读(777) 评论(0) 推荐(0) 编辑