Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in standards

C++: Calculate number of possible floating-point values within given range

In DOM is it OK to use .notation for getting/setting attributes?

Is RVO (Return Value Optimization) on unnamed objects a universally guaranteed behavior?

Correct naming convention for C library code [closed]

Scope of the c++ using directive

Why was gets part of the C standard in the first place?

c standards deprecated c11 gets

Are the sizes passed into A::operator new() always equal to sizeof(A)?

why initializer list cannot be main's parameter? how to propose it?

The lifetime of a temporary to which several references are bound in C++

Why there are no "unsigned wchar_t" and "signed wchar_t" types?

Does the C++ standard guarantee that std::string::resize(new_size) will not cause allocation if the new_size is not greater than the old one? [duplicate]

How many header files are there in c++ standard?

c++ c header standards

Why doesn't the compiler detect and produce errors when attempting to modify char * string literals?

c standards c99 c11

mysql should i use apostrophe in mysql queries?

COALESCE or CASE more efficient and/or standard

sql standards sql-standards

Will a referenced library function be linked if it is not called?

c standards linkage

Is it valid to treat an extern global as const when the definition is not const? [duplicate]

C struct definition standard

Is there a standard way to authenticate applications to your web API?

const pointers in overload resolution

c++ standards