Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in standards

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?

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

Is it intended by the C++ standards committee that in C++11 unordered_map destroys what it inserts?

c++ gcc c++11 clang standards

Clean way to launch the web browser from shell script?

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

c++ c standards argv

Recommended website resolution (width and height)? [closed]

Are std::vector elements guaranteed to be contiguous?

c++ vector standards

Why does the delete[] syntax exist in C++?