|
1 | 1 | # Practice C++ Programming Projects |
2 | 2 |
|
| 3 | +## Languages |
| 4 | + |
| 5 | +🇨🇳 [简体中文](README_zh.md) 🇯🇵 [日本語](README_ja.md) 🇪🇸 [Español](README_es.md) 🇫🇷 [Français](README_fr.md) 🇩🇪 [Deutsch](README_de.md) 🇷🇺 [Русский](README_ru.md) 🇰🇷 [한국어](README_ko.md) 🇧🇷 [Português](README_pt.md) 🇺🇸 [English](README.md) |
| 6 | + |
3 | 7 | <div align="center"> |
4 | 8 | <img width="128px" src="https://file.labex.io/path/kjx58efaCNu0.png"> |
5 | 9 | </div> |
6 | 10 |
|
7 | | -C++ is a powerful, high-performance programming language. This Skill Tree presents a systematic approach to learning C++. Designed for programmers looking to master object-oriented and systems programming, it offers a structured roadmap to understand C++ syntax, memory management, and the Standard Template Library. Hands-on, non-video courses and coding exercises in an interactive C++ playground ensure you develop practical skills in writing efficient and robust C++ programs. |
8 | | - |
9 | | -| Index | Name | Level | Project Link | |
10 | | -|---------|-------------------------------------------------------------------------------------------------------------------------|---------|---------------------------------------------------------------------------------------| |
11 | | -| 1 | [Creating the Solar System in OpenGL](https://labex.io/courses/project-creating-the-solar-system-in-opengl) | ★☆☆ | [🚀 Start](https://labex.io/courses/project-creating-the-solar-system-in-opengl) | |
12 | | -| 2 | [Creating a Simple Docker Container in C++](https://labex.io/courses/project-creating-a-simple-docker-container-in-cpp) | ★☆☆ | [🚀 Start](https://labex.io/courses/project-creating-a-simple-docker-container-in-cpp) | |
13 | | - |
14 | | -## More Projects |
15 | | - |
16 | | -- [Linux Programming Projects](https://github.com/labex-labs/practice-linux-programming-projects) |
17 | | -- [DevOps Programming Projects](https://github.com/labex-labs/practice-devops-programming-projects) |
18 | | -- [Cybersecurity Programming Projects](https://github.com/labex-labs/practice-cybersecurity-programming-projects) |
19 | | -- [Python Programming Projects](https://github.com/labex-labs/practice-python-programming-projects) |
20 | | -- [Docker Programming Projects](https://github.com/labex-labs/practice-docker-programming-projects) |
21 | | -- [Kubernetes Programming Projects](https://github.com/labex-labs/practice-kubernetes-programming-projects) |
22 | | -- [Git Programming Projects](https://github.com/labex-labs/practice-git-programming-projects) |
23 | | -- [Shell Programming Projects](https://github.com/labex-labs/practice-shell-programming-projects) |
24 | | -- [Java Programming Projects](https://github.com/labex-labs/practice-java-programming-projects) |
25 | | -- [MySQL Programming Projects](https://github.com/labex-labs/practice-mysql-programming-projects) |
26 | | -- [MongoDB Programming Projects](https://github.com/labex-labs/practice-mongodb-programming-projects) |
27 | | -- [Golang Programming Projects](https://github.com/labex-labs/practice-go-programming-projects) |
28 | | -- [Ansible Programming Projects](https://github.com/labex-labs/practice-ansible-programming-projects) |
29 | | -- [Jenkins Programming Projects](https://github.com/labex-labs/practice-jenkins-programming-projects) |
30 | | -- [C Programming Projects](https://github.com/labex-labs/practice-c-programming-projects) |
31 | | -- [C++ Programming Projects](https://github.com/labex-labs/practice-cpp-programming-projects) |
32 | | -- [Machine Learning Programming Projects](https://github.com/labex-labs/practice-ml-programming-projects) |
33 | | -- [Data Science Programming Projects](https://github.com/labex-labs/practice-data-science-programming-projects) |
34 | | -- [Pandas Programming Projects](https://github.com/labex-labs/practice-pandas-programming-projects) |
35 | | -- [NumPy Programming Projects](https://github.com/labex-labs/practice-numpy-programming-projects) |
36 | | -- [scikit-learn Programming Projects](https://github.com/labex-labs/practice-sklearn-programming-projects) |
37 | | -- [Matplotlib Programming Projects](https://github.com/labex-labs/practice-matplotlib-programming-projects) |
38 | | -- [Web Development Programming Projects](https://github.com/labex-labs/practice-web-development-programming-projects) |
39 | | -- [HTML Programming Projects](https://github.com/labex-labs/practice-html-programming-projects) |
40 | | -- [CSS Programming Projects](https://github.com/labex-labs/practice-css-programming-projects) |
41 | | -- [JavaScript Programming Projects](https://github.com/labex-labs/practice-javascript-programming-projects) |
42 | | -- [React Programming Projects](https://github.com/labex-labs/practice-react-programming-projects) |
43 | | - |
44 | | - |
45 | | -## Other Lists |
46 | | - |
47 | | -- 🔗 [C++ Free Tutorials](https://github.com/labex-labs/cpp-free-tutorials) |
| 11 | +C++ is a high - performance and powerful programming language. This Skill Tree offers a systematic way to learn C++. Tailored for programmers aiming to master object - oriented and systems programming, it provides a well - structured roadmap to grasp C++ syntax, memory management, and the Standard Template Library. Hands - on, non - video courses and coding exercises in an interactive C++ playground help you develop practical skills in writing efficient and robust C++ programs. |
| 12 | + |
| 13 | +## Exercises |
| 14 | + |
| 15 | +| Index | Name | Difficulty | Practice | |
| 16 | +|---------|----------------------------------------------------------------------------------------------------------------------------|--------------|-----------------------------------------------------------------------------------------------| |
| 17 | +| 1 | [Creating the Solar System in OpenGL](https://labex.io/en/courses/project-creating-the-solar-system-in-opengl) | ★☆☆ | [🚀 Start Lab](https://labex.io/en/courses/project-creating-the-solar-system-in-opengl) | |
| 18 | +| 2 | [Creating a Simple Docker Container in C++](https://labex.io/en/courses/project-creating-a-simple-docker-container-in-cpp) | ★☆☆ | [🚀 Start Lab](https://labex.io/en/courses/project-creating-a-simple-docker-container-in-cpp) | |
| 19 | + |
| 20 | +## More |
| 21 | + |
| 22 | +- 🔗 [C++ Learn more about](https://labex.io/en/skilltrees/cpp) |
48 | 23 | - 🔗 [Awesome Programming Projects](https://github.com/labex-labs/awesome-programming-projects) |
49 | 24 | - 🔗 [Awesome Programming Courses](https://github.com/labex-labs/awesome-programming-courses) |
50 | 25 |
|
0 commit comments