From f218bb074de23bc99dd9030f7b584230ba6d303e Mon Sep 17 00:00:00 2001 From: Sachin Bhatt <111337936+Sachinbhatttech@users.noreply.github.com> Date: Wed, 17 Aug 2022 19:11:22 +0530 Subject: [PATCH] Added a new resource Hey, I have added a reference link for C++ Tutorial. Added under Language Specifics - C/C+. I came upon this article while looking for resources to learn C++. This citation, in my opinion, will enhance the content of this article. Hope that my contribution will benefit other learners. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f25b81e..e4e9707 100644 --- a/README.md +++ b/README.md @@ -249,6 +249,7 @@ Paste your codes at [ideone](https://ideone.com/), [pastebin](https://pastebin.c | ★★☆ | [C++ Tricks - Codeforces](http://codeforces.com/blog/entry/15643) ... [What are some cool C++ tricks to use in a programming contest? - Quora](https://www.quora.com/Competitive-Programming/What-are-some-cool-C++-tricks-to-use-in-a-programming-contest) | Plentiful C++ tricks for competitive programming. Note that some should be used with care. | | ★★★ | [C++ STL: Policy based data structures - Codeforces: Part 1](http://codeforces.com/blog/entry/11080), [Part 2](http://codeforces.com/blog/entry/13279) | Detailed introduction to the extra data structures implemented in GNU C++. The official documentation can be found [here](https://gcc.gnu.org/onlinedocs/libstdc++/ext/pb_ds/). | | ★☆☆ | [C++11 FAQ (English, Chinese, Russian, Japanese, Korean)](http://www.stroustrup.com/C++11FAQ.html) | A list of FAQs regarding C++11 collected and written by Bjarne Stroustrup, the creator of C++. | +| ★★★ | [C++ tutorial with all concepts in C++, from the fundamentals to the advanced](https://www.scaler.com/topics/cpp/) | Tutorial created in a well-defined structure to provide a clear learning path to the readers. ### Java