D2MySTL
Implement a mini STL library from scratch
Quick Start
1: d2x automatic code detection
Click to view the 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
Obtain the project
d2x install d2mystl
Enter practice mode
d2x checker
2: Hands-on Verification
Obtain the project
git clone https://github.com/mcpp-community/d2mystl.git
Run the test code manually
xmake run chapter0_tests
Note: The test name format is
chapter[x]_tests
Pre-requisite Tutorials
If you find this tutorial a bit challenging to get started with, you can first learn the following tutorial to understand the basics and core syntax features of modern C++.
| Project | Description | Note |
|---|---|---|
| mcpp-start | Modern C++, Go! - import std | Beginner-0 |
| d2mcpp | Introduction to Modern C++ Core Features | Beginner-1 |
Other
- d2x Tool
- Forum discussion and feedback
Communication group: 1067245099