1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-01-18 22:08:20 +01:00

Merge pull request #3293 from apooravc/add-cpp-resource

[c++/en] Added a resource (tutorial)
This commit is contained in:
Divay Prakash 2018-10-14 05:08:50 +05:30 committed by GitHub
commit ea554f3245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).