摘要: git GUI Clients Git 自带用于提交 (git-gui) 和浏览 (gitk) 的内置 GUI 工具,但也有一些第三方工具供寻求特定平台体验的用户使用。 References Git - GUI Clients (git-scm.com) GitHub Desktop | Simpl 阅读全文
posted @ 2021-08-14 16:34 ltimaginea 阅读(145) 评论(0) 推荐(0) 编辑
摘要: new delete 阅读全文
posted @ 2021-07-26 23:21 ltimaginea 阅读(72) 评论(0) 推荐(0) 编辑
摘要: Windows 安装 gcc ① 官网下载 GCC, the GNU Compiler Collection - GNU Project - Free Software Foundation (FSF) MinGW-w64 - for 32 and 64 bit Windows - Browse / 阅读全文
posted @ 2021-07-19 16:32 ltimaginea 阅读(6119) 评论(0) 推荐(0) 编辑
摘要: C++ 运算符优先级 References C++ 运算符优先级 - cppreference.com C++ Operator Precedence - cppreference.com 括号 无视优先级与结合律。我们可以使用括号将表达式的某个局部括起来使其得到优先运算。 阅读全文
posted @ 2021-07-15 19:31 ltimaginea 阅读(212) 评论(0) 推荐(0) 编辑
摘要: iostream 操作符 Input/output manipulators - cppreference.com 阅读全文
posted @ 2021-07-15 19:26 ltimaginea 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 类型支持 Fundamental types - cppreference.com Fixed width integer types (since C++11) - cppreference.com (stdint.h) - C++ Reference (cplusplus.com) stdpri 阅读全文
posted @ 2021-07-15 08:17 ltimaginea 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 定宽整数类型 (stdint.h) - C++ Reference (cplusplus.com) Fixed width integer types (since C++11) - cppreference.com 定宽整数类型,是确定大小的整数类型。 定宽整数类型与基础类型相比,能更清楚地描述类 阅读全文
posted @ 2021-07-14 21:09 ltimaginea 阅读(144) 评论(0) 推荐(0) 编辑
摘要: C11 (GNU Dialect) -std=gnu11 和 -std=c11 C11 (GNU Dialect) -std=gnu11 和 -std=c11 用于 IntelliSense 的 C 语言标准的版本。注意: GNU 标准仅用于查询设置编译器以获取 GNU 定义,并且 IntelliS 阅读全文
posted @ 2021-07-05 00:20 ltimaginea 阅读(853) 评论(0) 推荐(0) 编辑
摘要: C++ 与 Visual Studio 2019 和 WSL (库组件) Reference 在 C++ 项目中使用库和组件 | Microsoft Docs 演练:创建和使用自己的动态链接库 (C++) | Microsoft Docs 演练:创建并使用静态库 (C++) | Microsoft 阅读全文
posted @ 2021-07-05 00:07 ltimaginea 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 预处理器定义 预定义宏 | Microsoft Docs /D(预处理器定义) | Microsoft Docs 🤦‍♀️ Microsoft 专用预定义宏 MSVC 支持以下预定义宏: _WIN32:当编译目标为 32 位 ARM、64 位 ARM、x86 或 x64 时,定义为 1。 其他情况 阅读全文
posted @ 2021-06-25 22:59 ltimaginea 阅读(1236) 评论(0) 推荐(0) 编辑