Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in standards

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

In C++, is exactly one of <, == and > guaranteed to be true on floats?

What are declarations and declarators and how are their types interpreted by the standard?

Why don't the C or C++ standards explicitly define char as signed or unsigned?

What differences are expected of XHTML5 versus HTML5?

Why does no database fully support ANSI or ISO SQL standards?

When can you omit the file extension in an #include directive?

Is the C programming language object-oriented?

c oop standards

What does idl attribute mean in the WHATWG html5 standard document?

html standards idl

What can you do in C without "std" includes? Are they part of "C," or just libraries?

c standards

Do string literals that end with a null-terminator contain an extra null-terminator?

c string standards

What does the SQL Standard say about usage of backtick(`)?

sql sqlite standards

C++11 Compiler: Closest to the standard and how close?

Is it legal to use the increment operator in a C++ function call?

c++ function standards