Changes between Version 76 and Version 77 of DeveloperDocs


Ignore:
Timestamp:
2026-03-26T12:19:37Z (10 days ago)
Author:
Jiri Svoboda
Comment:

Documents needed for implementing C++ runtime functions

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperDocs

    v76 v77  
    1010   * [http://www.open-std.org/jtc1/sc22/WG14/www/docs/n1256.pdf Draft of the C99 standard with corrigenda TC1, TC2, and TC3 included]
    1111   * [http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdf Latest draft of the C1x standard]
     12
     13== C++ language ==
     14   * [https://itanium-cxx-abi.github.io/cxx-abi/abi.html Intel Itanium C++ ABI]
     15   * [https://kolegite.com/EE_library/standards/ARM_ABI/cppabi32.pdf C++ ABI for the ARM architecture]
    1216
    1317== Networking ==