Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in standards

Format for writing a JSON log file?

json logging syntax standards

Why __func__, __FUNCTION__ and __PRETTY_FUNCTION__ aren't preprocessor macros?

is it ok to specialize std::numeric_limits<T> for user-defined number-like classes?

c++ types numbers standards

Is there a standard C++ grammar?

Must a deleted constructor be private?

Is there a C project Default Directory Layout?

c styles project standards

Why are std::vector::data and std::string::data different?

c++ standards c++11

C tail call optimization

Why 1103515245 is used in rand?

c random standards

Are constant C expressions evaluated at compile time or at runtime?

Understanding the C11 type hierarchy

Bit manipulations good practices

c standards bit

Latest changes in C11

c standards c11

Does printf("%x",1) invoke undefined behavior?

What's the best "file format" for saving complete web pages (images, etc.) in a single archive? [closed]

html standards webpage archive

What size should I allow for strerror_r?

c linux standards posix glibc

What are RFC's?

standards rfc

Is right shift undefined behavior if the count is larger than the width of the type?

C++ function returning function

Why the sizeof(bool) is not defined to be one, by the Standard itself?

c++ boolean standards sizeof