summaryrefslogtreecommitdiffhomepage
path: root/c++.html.markdown
diff options
context:
space:
mode:
authorApoorv Choubey <theapoorvs1@gmail.com>2018-10-13 22:28:57 +0530
committerApoorv Choubey <theapoorvs1@gmail.com>2018-10-13 22:28:57 +0530
commit2242ad7a1796bf3c9e25a0ec977620c05ac15c58 (patch)
tree5a8c3c3f7aa6b4134cbd3f12be4be6d263f80ec7 /c++.html.markdown
parent398054ceb0eb31f505e6b49afba69c3e3b12365f (diff)
add C++ resource
Diffstat (limited to 'c++.html.markdown')
-rw-r--r--c++.html.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/c++.html.markdown b/c++.html.markdown
index 8d1c7a26..579aabf5 100644
--- a/c++.html.markdown
+++ b/c++.html.markdown
@@ -1131,3 +1131,5 @@ An up-to-date language reference can be found at
<http://cppreference.com/w/cpp>
Additional resources may be found at <http://cplusplus.com>
+
+A tutorial covering basics of language and setting up coding environment is available at [TheChernoProject - C++](https://www.youtube.com/playlist?list=PLlrATfBNZ98dudnM48yfGUldqGD0S4FFb).