Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0a7b0a5

Browse files
Update README.md
1 parent e3fbca4 commit 0a7b0a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
**Personal Advice:** Learn C++11 as it covers the gaps & issues we normally face in old C++. Also, it introduces [Functional Programming](https://medium.com/@shaistha24/functional-programming-vs-object-oriented-programming-oop-which-is-better-82172e53a526), which becomes very helpful in learning [Concurrent/Parallel Programming](https://www.youtube.com/playlist?list=PL5jc9xFGsL8E12so1wlMS0r0hTQoJL74M) (i.e. C++11 provides advance thread support libraries). Furthermore, C++11 have introduced [Move-Semantics](https://www.internalpointers.com/post/c-rvalue-references-and-move-semantics-beginners) (i.e. [rule of five](https://en.cppreference.com/w/cpp/language/rule_of_three)) which heavily optimizes your code. Unlike C++14/17, it is way easier and has pretty much the same syntax as old C++, which allows you to quickly adapt its environment. Using this approach also leads you to Hybrid Programming.
44

5+
## Learning Material
56
#### [-Learn Advance & Modern C++/C++11 (by BoQian, personally recommended channel)](https://www.youtube.com/user/BoQianTheProgrammer/playlists)
67
#### [-Learn C++ with CppNuts (by Rupesh Yadav, reference channel for specific problems)](https://www.youtube.com/c/CppNuts/playlists)
78
#### [-Learn Complete Basics of C++ (by Programiz)](https://www.programiz.com/cpp-programming)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /