🌎 δΈ­ζ–‡ | English

D2MySTL

Implement a mini STL library from scratch

d2x Online-ebook License

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++.

ProjectDescriptionNote
mcpp-startModern C++, Go! - import stdBeginner-0
d2mcppIntroduction to Modern C++ Core FeaturesBeginner-1

Other