M
Mcpp Standard
作者 @Sunrisepeak
现代CPP标准特性练习...
创建于 4/12/2025
更新于 10 months ago
README
Repository documentation and setup instructions
D2X | Modern C++ Core Language Features - "A C++ tutorial project focused on practical"
Goals
[Master]- Core language features of Modern C++ and their usage scenarios[Master]- The ability to identify and debug issues using compiler error messages[Familiarize]- The ability to solve unfamiliar C++ problems using documentation and cppreference[Understand]- How to participate in the technical community — using open-source projects, asking questions, joining discussions, or contributing
[!CAUTION] This project is currently in its early development stage. If you encounter any issues, feel free to create an issue for feedback or directly submit a PR to fix it.
Quick Start
Try
Code -> Book -> Video -> X -> Code
Interactive Code Practice (Online)
click the button below to automatically complete the configuration in the cloud and enter the practice code detection mode
Interactive Code Practice (Local)
click to view xlings installation command
Linux/MacOS
curl -fsSL https://d2learn.org/xlings-install.sh | bash
Windows - PowerShell
irm https://d2learn.org/xlings-install.ps1.txt | iex
tips: xlings -> details
d2x install d2mcpp
cd d2mcpp
d2x checker
Community
- groups: mcpp forum
- forum: issues feedback, practice code, technical discussions
- community activities: 📣 MSCP - mcpp project learning and contributor training program
Note: Complex issues (technical, environment setup, etc.) are recommended to be posted on the forum and detailed description of the problem can be more effective in problem solving and reuse.
Contributing
- Community Communication: Report issues, participate in community discussions, and help new users solve problems.
- Project Maintenance and Development: Participate in community issue resolution, bug fixes, multilingual support, join the MSCP activity group, and develop and optimize new features and modules.
📑License & CLA
- This project welcomes free use and distribution! You may use, modify, and share the code and documentation in this project free under the Apache License 2.0 and CC-BY-NC-SA 4.0 licenses.
- If you would like to contribute code or documentation, please read the Contributor License Agreement (CLA) first.
👥Contributors
快速设置
此服务器的安装指南
安装命令 (包未发布)
git clone https://github.com/Sunrisepeak/mcpp-standard
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。
Cursor 配置 (mcp.json)
{
"mcpServers": {
"sunrisepeak-mcpp-standard": {
"command": "git",
"args": [
"clone",
"https://github.com/Sunrisepeak/mcpp-standard"
]
}
}
}
作者服务器
其他服务器由 Sunrisepeak