Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in standards

Using ssize_t vs int

c type-conversion standards

Should a collection of constants be placed in a class or interface?

java standards coding-style

What does mean for a name or type to have a certain language linkage?

c++ c standards linkage extern-c

What is the Relationship Between the C and C++ Standards?

Is it legal to use memset(…, 0, …) on an array of doubles?

c standards

Does new[] call default constructor in C++?

Why do primitive and user-defined types act differently when returned as 'const' from a function?

git: change styling (whitespace) without changing ownership/blame?

Why isn't there a regular expression standard?

regex standards

Where do UUID namespaces come from?

Is the name of a cookie case sensitive?

Does the C standard guarantee buffers are not touched past their null terminator?

Are compound statements (blocks) surrounded by parens expressions in ANSI C?

c gcc standards expression

Why is the Visual Studio Community 2017 C++ standard C++98?

c++ visual-studio standards

What are some of your most useful database standards?

Why is `i = ++i + 1` unspecified behavior?

Is an empty initializer list valid C code?

Is it legal to pass a non-null-terminated string to strncmp in C?

Is it legal to recurse into main() in C++? [duplicate]

c++ recursion standards main

Check if falsy except zero in JavaScript

javascript standards