New posts in standards-compliance

How universally is C99 supported?

Can a destructor be recursive?

Java reflection: Is the order of class fields and methods standardized?

Is the compiler allowed to recycle freed pointer variables?

Why does std::cout convert volatile pointers to bool?

Clean way to launch the web browser from shell script?

Does a dot have to be escaped in a character class (square brackets) of a regular expression?

Does constexpr imply inline?

What is going on with 'gets(stdin)' on the site coderbyte?

Why does MySQL allow "group by" queries WITHOUT aggregate functions?

Is main() really start of a C++ program?

RegEx to parse or validate Base64 data

Declaration of Methods should be Compatible with Parent Methods in PHP

Do the JSON keys have to be surrounded by quotes?

Can an HTML element have multiple ids?

C++ new int[0] -- will it allocate memory?

Is it valid to have a html form inside another html form?

When does invoking a member function on a null instance result in undefined behavior?

What is the "-->" operator in C/C++?