Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in standards

Giving the script tag an ID

html standards scripting

Standard use of 'Z' instead of NULL to represent missing data?

Preparation for std::iterator Being Deprecated

Defining a variable in the condition part of an if-statement?

Take the address of a one-past-the-end array element via subscript: legal by the C++ Standard or not?

Spaces in URLs? [duplicate]

http url standards

What is the rationale for parenthesis in C++11's raw string literals R"(...)"?

What is currently the best way to get a favicon to display in all browsers that support Favicons? [duplicate]

html standards favicon

Is auto_ptr deprecated?

Is the definition of "volatile" this volatile, or is GCC having some standard compliancy problems?

c++ c gcc standards

Non-Standard Attributes on HTML Tags. Good Thing? Bad Thing? Your Thoughts?

javascript html standards

Deprecation of the static keyword... no more?

c++ static c++11 standards

Computing length of a C string at compile time. Is this really a constexpr?

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

c char standards sizeof c99

Checking for empty arrays: count vs empty

Why an unnamed namespace is a "superior" alternative to static? [duplicate]

c++ namespaces standards iso

<nav> or <menu> (HTML5)

html menu standards nav

Order of evaluation in C++ function parameters

c++ standards

C++ Modules - why were they removed from C++0x? Will they be back later on?

Is unsigned integer subtraction defined behavior?