Added Emojis to all pages and their titles/subtitles (#74)

This commit is contained in:
Evgenii
2023-01-31 23:59:03 +01:00
committed by GitHub
parent a4c294e458
commit 9d4d591a04
40 changed files with 191 additions and 194 deletions

View File

@@ -1,4 +1,4 @@
# C++ - It's Not Rocket Science
# :space_invader: C++ - It's Not Rocket Science
Modern C++ is much simpler than it is thought to be. The language has changed a lot during all the years of transformation, and gained the capabilities that allow writing safe and effective code. No need to think about memory leaks when using the primitives of the latest standards. The compiler has also become much smarter. It can apply a tremendous amount of optimizations to your code, delivering the maximum performance. It is still possible to optimize the code by manual tweaks and tricks, though.
@@ -14,7 +14,7 @@ To get started with C++ one needs a basic set of school knowledge:
Despite all the history behind C++ we believe that its modern version is much simpler that it used to be.
Don't be afraid to learn it and good luck!
Don't be afraid to learn it and good luck! :dizzy:
---