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 7df2d88

Browse files
Update README.md
1 parent 525f72f commit 7df2d88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Console & OOP based Cpp Programs
22

3-
**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) 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.
3+
**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

55
#### [-Learn Advance & Modern C++/C++11 (by BoQian, personally recommended channel)](https://www.youtube.com/user/BoQianTheProgrammer/playlists)
66
#### [-Learn C++ with CppNuts (by Rupesh Yadav, reference channel for specific problems)](https://www.youtube.com/c/CppNuts/playlists)

0 commit comments

Comments
(0)

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