September 2018
Intermediate to advanced
328 pages
9h 10m
English
C and C++ are low-level programming languages that have been around for over 30 years. C is procedural and doesn't inherently support object-oriented programming concepts such as classes and inheritance, but it's fast, portable, and widely used.
C++ was built to fill the gaps in C by adding features such as operator overloading and improved type checking. Both languages consistently rank in the top 10 most popular programming languages, which make them ideally suited for the MVP:

C and C++ support is also baked into Emscripten, so in addition to simplifying the ...
Read now
Unlock full access