New posts in standards

Detecting HTML5 Drag And Drop support in javascript

Standard C library in mingW

window.innerWidth vs document.documentElement.clientWidth

For { A=a; B=b; }, will "A=a" be strictly executed before "B=b"?

Are constant C expressions evaluated at compile time or at runtime?

In an ISO 8601 date, is the T character mandatory?

C++, do private functions really need to be in the header file?

Why statements cannot appear at namespace scope?

No defined type of a function parameter defaults to int? Am I insane?

Base pointer to array of derived objects

When to use ellipsis after menu items

What is the best practice for formatting logs?

C# read-only calculated properties, should they be methods?

C++ switch statement expression evaluation guarantee

Is it legal to use the increment operator in a C++ function call?

Does new[] call default constructor in C++?

SQL formatting standards [closed]

JSON standard - floating point numbers

Semantically, which is more correct: a in h2, or h2 in a?

Correct way to initialize HashMap and can HashMap hold different value types?