Newbetuts
.
New posts in standards-compliance
How universally is C99 supported?
c
c99
standards-compliance
Can a destructor be recursive?
c++
destructor
standards-compliance
Java reflection: Is the order of class fields and methods standardized?
java
reflection
standards-compliance
Is the compiler allowed to recycle freed pointer variables?
c
pointers
free
compiler-optimization
standards-compliance
Why does std::cout convert volatile pointers to bool?
c++
pointers
iostream
volatile
standards-compliance
Clean way to launch the web browser from shell script?
bash
shell
command-line
standards
standards-compliance
Does a dot have to be escaped in a character class (square brackets) of a regular expression?
regex
standards
standards-compliance
square-bracket
Does constexpr imply inline?
c++
c++11
inline
standards-compliance
constexpr
What is going on with 'gets(stdin)' on the site coderbyte?
c++
input
gets
standards-compliance
Why does MySQL allow "group by" queries WITHOUT aggregate functions?
mysql
sql
standards-compliance
ansi-sql
Is main() really start of a C++ program?
c++
standards-compliance
main
entry-point
RegEx to parse or validate Base64 data
regex
base64
standards-compliance
rfc
Declaration of Methods should be Compatible with Parent Methods in PHP
php
methods
standards-compliance
Do the JSON keys have to be surrounded by quotes?
json
specifications
standards-compliance
json5
Can an HTML element have multiple ids?
html
xhtml
standards-compliance
C++ new int[0] -- will it allocate memory?
c++
memory-management
new-operator
standards-compliance
Is it valid to have a html form inside another html form?
html
web-standards
standards-compliance
When does invoking a member function on a null instance result in undefined behavior?
c++
undefined-behavior
language-lawyer
standards-compliance
null-pointer
What is the "-->" operator in C/C++?
c++
c
operators
code-formatting
standards-compliance
Prev