You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Why consider C++?
2
2

3
-
C++ is a very versatile low-level language; it is very used to high performance solutions some of the use cases are AAA video games, IoT, embedded systems, and resource-heavy VR and AI applications.
3
+
4
+
5
+
C++ is a very versatile low-level language, it is very used to high performance solutions. Some of the use cases are AAA video games, IoT, embedded systems, and resource-heavy VR and AI applications.
4
6
5
7
On Blockchain development, we can see it on bitcoin’s core and underneath solidity language.
6
8
@@ -23,15 +25,15 @@ Depending on your goal with C++ development and your operating system, there are
23
25
24
26
## Syntaxes
25
27
If you are familiar with C, C# or Java you will not struggle to get up to speed with C++ syntaxes.
26
-
Here there is a great repository with a summarize explanation of C++ syntaxes, best way to learn is with practice and leave some great places to find information.
28
+
Here there is a great repository with a summarize explanation of C++ syntaxes, best way to learn is with practice and here are some great places to find information.
0 commit comments