Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in standards

Does standard C++11 guarantee that memory_order_seq_cst prevents StoreLoad reordering of non-atomic around an atomic?

Is there a JSDoc standard?

javascript standards jsdoc

Why does structured binding not work as expected on struct?

On which C standard will C++14 be based?

Integer division overflows

What is C11 cor 1:2012?

c standards c11

Denormalized Numbers - IEEE 754 Floating Point

Are there any plans for C++14 or later for standardized backtrace and other debugging utilities?

c++ debugging standards

Why is void main() so popular?

c++17 evaluation order with operator overloading functions

Is inheritability of lambdas guaranteed by the standard?

Converting a non-`void` pointer to `uintptr_t` and vice-versa

c pointers casting standards

If I don't odr-use a variable, can I have multiple definitions of it across translation units?

Default values in C++ initializer lists

Purpose of boost::checked_delete

c++ boost standards

How is RFC 5545 different from RFC 2445

Can we overload main() function in C++? [duplicate]

"int" really required to be at least as large as "short" in C?

c standards c99 c89

Why does polymorphism not apply on arrays in C++? [duplicate]

What "standard" application return/exit codes should an application support?

windows standards