Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in standards

Is it required to specify the template argument of a base class if the base class is a parameter type of a member function?

Why does "const auto [x, y]" not behave as expected when binding to reference types?

Is there an “official”/standard CSS3 gradient syntax?

css standards gradient

Why a virtual call to a pure virtual function from a constructor is UB and a call to a non-pure virtual function is allowed by the Standard?

c++ standards pure-virtual

Why does "std::begin()" always return "const_iterator" in such a case?

Difference between int and signed int declaration

Why is this a forward declaration in C++?

JQuery class selectors like $(.someClass) are case sensitive?

Is it unspecified behavior to compare pointers to different arrays for equality?

Why will std::sort crash if the comparison function is not as operator <?

Why would you use "AS" when aliasing a SQL table?

Do pointers to string literals remain valid after a function returns?

c++ pointers standards

Why is it wrong to use numbers in Java method names?

java methods standards

Can a "container_of" macro ever be strictly-conforming?

c pointers standards

Are the platforms covered by the C standard still in use? [duplicate]

c standards

Can a conversion from double to int be written in portable C

c floating-point standards

Human readable alternative for UUIDs

Why are is_swappable and is_nothrow_swappable not included in C++11?

Networking Library in C++14

c++ networking standards c++14

Is there a published language format standard for Rust yet?