Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in standards

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++?

Should I use char** argv or char* argv[]?

c arrays pointers standards

Hex representation of a color with alpha channel?

colors standards w3c

Set element width or height in Standards Mode

Proper URL forming with a query string and an anchor hashtag

What is the proper declaration of main in C++?

How to determine the version of the C++ standard used by the compiler?

c++ standards