5 ms·
Of the top of my head, there are also: - ISO 8601: dates and times - ISO/IEC 9899: the C standard - ISO/IEC 14882: the C++ standard > This isn't how serious
by niknetniko 3y ago
Of the top of my head, there are also:
- ISO 8601: dates and times
- ISO/IEC 9899: the C standard
- ISO/IEC 14882: the C++ standard
> This isn't how serious comp-sci standards work (the TCP people just throw out RFCs).
This isn't how most _web_ standards work.
- orra 3y agoTrue, although for both C and C++, standards drafts are prepared on GitHub. At least for C (but I presume also for C++) you can check out a revision which is functionally equivalent to the ISO standard (but minus the branding).