Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in standards

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

why wasn't the idea of nested functions, implemented in older c++ standard?

Copy constructor, destructor and assignment operator. When don't we need them all?

Is there a standard way to sort by a non-english alphabet? For example, the romanian alphabet is "a ă â b c..." [duplicate]

Floating point exceptions - gcc bug?

How standard is std::thread?

An alternative to reading input from Java's System.in

java input standards system.in

std::string.npos validity

c++ string standards

Is the order in which combining diacritic marks appear after a codepoint important?

Why isn't there a for_each member function for each collection type in stl?

c++ stl foreach standards

Is it a C standard to define how to store the temporary result of shift operation?

c standards bit-shift c11

Do I have the guarantee that std::unique will keep the first element?