From eaf3a42320cc0dc6098bc8a59666f48e6d1e94b6 Mon Sep 17 00:00:00 2001 From: Lei Shi Date: Thu, 17 Oct 2024 09:23:00 +0800 Subject: [PATCH] Add C++ Skill Tree to Websites section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 908f4d163..f7f9ef8da 100644 --- a/README.md +++ b/README.md @@ -1462,6 +1462,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [C++ Tutorial for Beginners](https://www.scaler.com/topics/cpp) - A comprenhensive tutorial on C++ curated by trained experts. * [cppexpert.online](https://cppexpert.online) - Learn the best C++ practices by improving code snippets with some problems or with bad practices. * [C++ for yourself](https://github.com/cpp-for-yourself) - A comprehensive tutorial on modern C++ covering everything from fundamentals to software design. +* [LabEx C++ Skill Tree](https://labex.io/skilltrees/cpp) - A structured C++ learning path with hands-on labs, designed for beginners to master C++ step by step. ## Weblogs *Useful C or C++ related weblogs.*