New posts in standards

Is an empty initializer list valid C code?

Deprecation of the static keyword... no more?

Are there any suggestions for developing a C# coding standards / best practices document? [closed]

Should I use char** argv or char* argv[]?

Use CSS to automatically add 'required field' asterisk to form inputs

Is the order of iterating through std::map known (and guaranteed by the standard)?

Do you quote HTML5 attributes? [closed]

Where exactly does C++ standard say dereferencing an uninitialized pointer is undefined behavior?

Are compilers allowed to eliminate infinite loops?

Is unsigned integer subtraction defined behavior?

Why can't I have a numeric value as the ID of an element?

Strict Standards: mysqli_next_result() error with mysqli_multi_query

One-dimensional access to a multidimensional array: is it well-defined behaviour?

Difference between void main and int main in C/C++? [duplicate]

How to determine the version of the C++ standard used by the compiler?

How is the default submit button on an HTML form determined?

Is "argv[0] = name-of-executable" an accepted standard or just a common convention?

Can (domain name) subdomains have an underscore "_" in it?

Is an anchor tag without the href attribute safe?

Can a CSV file have a comment?