Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in standards

Can I legally reinterpret_cast between layout-compatible standard-layout types?

Why `copy_n`, `fill_n` and `generate_n`?

Optimization-stable constant-time array comparisons

Why is C++17 adding attributes to namespaces and enumerators?

c++ enums namespaces standards

Why do both struct and class exist in C++?

c++ class struct standards

What type will make "std::has_unique_object_representations" return false?

c++ standards c++17 typetraits

Why do unsigned "small" integers promote to signed int?

c standards

Is a char value set to CHAR_MAX guaranteed to wrap around to CHAR_MIN?

Software versioning standards [closed]

standards versioning

Why do compilers allow string literals not to be const?

c++ c memory standards

What does the C standard say about pointers to structs and their first member?

c struct pointers standards

In the C++ standard, where does it indicate the spacing protocol for the replacement of category descriptives by the source code it represents?

c++ c++11 standards

Is using typeid on a forward declared type undefined behavior?

c++ c++11 standards

Why do implementations of "stdint.h" disagree on the definition of UINT8_C?

Will a C conditional always return 1 or 0?

c standards conditional

If my python class name has an acronym, should I keep it upper case, or only the first letter? [closed]

python standards

Protected properties prefixed with underscores

What is "ANSI C++"?

c++ standards c++98

Why is there a networking library proposal for C++14/17? [closed]

c++ standards iso

Name database design notation you prefer and why?