New posts in standards

Why are Standard iterator ranges [begin, end) instead of [begin, end]?

What's the difference between __PRETTY_FUNCTION__, __FUNCTION__, __func__?

Array placement-new requires unspecified overhead in the buffer?

Effects of the extern keyword on C functions

Are compound statements (blocks) surrounded by parens expressions in ANSI C?

Coding Conventions - Naming Enums

Multiple assignment in javascript? What does [a,b,c] = [1, 2, 3]; mean?

Are iframes considered 'bad practice'? [closed]

What is the standard naming convention for html/css ids and classes? [closed]

Is there a W3C valid way to disable autocomplete in a HTML form?

Are std::vector elements guaranteed to be contiguous?

List of standard lengths for database fields

Are there machines, where sizeof(char) != 1, or at least CHAR_BIT > 8?

What is the proper declaration of main in C++?

Order of evaluation in C++ function parameters

Is there a standard name for the "standard" computer screw?

Does JSON syntax allow duplicate keys in an object?

When a function has a specific-size array parameter, why is it replaced with a pointer?

What are the new features in C++17?

Where do I find the current C or C++ standard documents?