Skip to content

Commit 84cc39d

Browse files
Update README.md
1 parent 6fb25eb commit 84cc39d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Console based Cpp Programs
2-
Contains some useful C++ Programs, developed through DevC++ during my 2nd semester at University.
32

43
**Personal Advice:** Learn C++11 as it covers the gaps & issues we normally face in old C++. Also, it introduces Functional Programming, which becomes very helpful in learning Concurrent/Parallel Programming (i.e. C++11 provides advance thread support libraries). Furthermore, C++11 have introduced Move-Semantics 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.
54

0 commit comments

Comments
 (0)