Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in standards

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

Are there any suggestions for developing a C# coding standards / best practices document? [closed]

c# standards procedure

Use CSS to automatically add 'required field' asterisk to form inputs

css forms validation standards

Is the order of iterating through std::map known (and guaranteed by the standard)?

c++ dictionary stl standards

Effects of the extern keyword on C functions

c syntax standards

Why are Standard iterator ranges [begin, end) instead of [begin, end]?

c++ stl iterator standards

How is the default submit button on an HTML form determined?

Does JSON syntax allow duplicate keys in an object?

json standards