11# D2MySTL
22
3- > 从零实现一个迷你STL库
3+ > Implement a mini STL library from scratch
44
55[ ![ d2x] ( https://img.shields.io/badge/d2x-ok-green.svg )] ( https://github.com/d2learn/d2x )
6- [ ![ online -ebook] ( https://img.shields.io/badge/online-ebook-orange.svg )] ( https://github.com/d2learn/d2x )
6+ [ ![ Online -ebook] ( https://img.shields.io/badge/online-ebook-orange.svg )] ( https://github.com/d2learn/d2x )
77[ ![ License] ( https://img.shields.io/badge/license-Apache_2.0-blue.svg )] ( LICENSE-CODE )
88
9- | [ d2x工具 ] ( https://github.com/d2learn/d2x ) - [ 文档 ] ( https://mcpp-community.github.io/d2mystl ) - [ 论坛 ] ( https://mcpp.d2learn.org/forum ) |
9+ | [ 中文 ] ( README.zh.md ) - [ English ] ( README.md ) |
1010| --- |
11+ | [ d2x Tool] ( https://github.com/d2learn/d2x ) - [ Docs] ( https://mcpp-community.github.io/d2mystl ) - [ Forum] ( https://mcpp.d2learn.org/forum ) |
1112
12- ## 快速开始
13+ ## Quick Start
1314
14- ### 方式一: d2x自动代码检测
15+ ### 1: d2x automatic code detection
1516
1617<details >
17- <summary >点击查看xlings安装命令 </summary >
18+ <summary >Click to view the xlings installation command </summary >
1819
1920---
2021
@@ -36,45 +37,45 @@ irm https://d2learn.org/xlings-install.ps1.txt | iex
3637
3738</details >
3839
39- ** 获取项目 **
40+ ** Obtain the project **
4041
4142```
4243d2x install d2mystl
4344```
4445
45- ** 进入练习模式 **
46+ ** Enter practice mode **
4647
4748```
4849d2x checker
4950```
5051
51- ### 方式二: 动手运行验证
52+ ### 2: Hands-on Verification
5253
53- ** 获取项目 **
54+ ** Obtain the project **
5455
5556```
5657git clone https://github.com/mcpp-community/d2mystl.git
5758```
5859
59- ** 动手运行测试代码 **
60+ ** Run the test code manually **
6061
6162```
6263xmake run chapter0_tests
6364```
6465
65- > 注: 测试名格式 ` chapter[x]_tests `
66+ > Note: The test name format is ` chapter[x]_tests `
6667
67- ## 前置教程
68+ ## Pre-requisite Tutorials
6869
69- 如果感觉该教程上手有点难度, 可以先学习下面的教程了解现代C++基础和核心语法特性
70+ 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++.
7071
71- | 项目 | 简介 | 备注 |
72+ | Project | Description | Note |
7273| --- | --- | --- |
73- | [ mcpp-start] ( https://github.com/mcpp-community/mcpp-start ) | 现代C++启动 ! - ` import std ` | 入门 -0 |
74- | [ d2mcpp] ( https://github.com/mcpp-community/d2mcpp ) | 现代C++核心特性入门教程 | 入门 -1 |
74+ | [ mcpp-start] ( https://github.com/mcpp-community/mcpp-start ) | Modern C++, Go ! - ` import std ` | Beginner -0 |
75+ | [ d2mcpp] ( https://github.com/mcpp-community/d2mcpp ) | Introduction to Modern C++ Core Features | Beginner -1 |
7576
76- ## 其他
77+ ## Other
7778
78- - [ d2x工具 ] ( https://github.com/d2learn/d2x )
79- - [ 论坛交流和反馈 ] ( https://mcpp.d2learn.org/forum )
80- - ` 交流群 ` : 1067245099
79+ - [ d2x Tool ] ( https://github.com/d2learn/d2x )
80+ - [ Forum discussion and feedback ] ( https://mcpp.d2learn.org/forum )
81+ - ` Communication group ` : 1067245099
0 commit comments