github
https://github.com/krahets/hello-algo
- 本项目旨在创建一本开源、免费、对新手友好的数据结构与算法入门教程。
- 全书采用动画图解,结构化地讲解数据结构与算法知识,内容清晰易懂,学习曲线平滑。
- 算法源代码皆可一键运行,支持 Python、C++、Java、C#、Go、Swift、JavaScript、TypeScript、Dart、Rust、C 和 Zig 等语言。
c,cpp开发环境安装、运行、调试
https://www.hello-algo.com/chapter_appendix/installation/
C/C++ 环境
Windows 系统需要安装 MinGW(配置教程);MacOS 自带 Clang ,无须安装。
在 VS Code 的插件市场中搜索 c++ ,安装 C/C++ Extension Pack 。
参考:https://blog.csdn.net/qq_33698226/article/details/129031241
环境:Win10 + mingw + vscode + C/C++ Extension Pack 插件
MinGW下载安装
https://sourceforge.net/projects/mingw-w64/files/
建议选择:x86_64-win32-seh (系统-线程模型-异常处理模式)
win 下如线程模式使用 posix,会造成 powershell 下无法通过编译链生成 exe
以上MinGW-W64-install.exe并不能正常安装。