Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

Why doesn't universal reference apply for arrays?

Why can't a multidimensional array be allocated with one new call in C++?

c++ standards

Where is the proposal on "structural binding"?

ReSpec vs Bikeshed: How to document and publish a standard REST API interface to be implemented by a number of vendors?

Is it implementation-defined that how to deal with [[no_unique_address]]?

Standards for using inner classes for GUI?

Is this ambiguous or is it perfectly fine?

C++ standard input from file when debugging from IDE

Should an empty base class affect the layout of the derived class?