diff options
author | Apoorv Choubey <theapoorvs1@gmail.com> | 2018-10-13 22:28:57 +0530 |
---|---|---|
committer | Apoorv Choubey <theapoorvs1@gmail.com> | 2018-10-13 22:28:57 +0530 |
commit | 2242ad7a1796bf3c9e25a0ec977620c05ac15c58 (patch) | |
tree | 5a8c3c3f7aa6b4134cbd3f12be4be6d263f80ec7 | |
parent | 398054ceb0eb31f505e6b49afba69c3e3b12365f (diff) |
add C++ resource
-rw-r--r-- | c++.html.markdown | 2 |
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). |