Translations:Demystifying C++/5/en

From emmtrix Wiki
Jump to navigation Jump to search

The transpiler supports all C++14 language features as well as common GCC/Clang language extensions. Only exceptions are not fully supported because they cannot be replicated in C on a 1-to-1 basis. In addition to the C++ standard, the Itanium C++ ABI [1] is used, which specifies the binary interface (i.e., application binary interface, ABI), for example, how classes with inheritance are implemented.