Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in standards

What is an unnamed type in C++?

c++ templates types standards

Confusion on iterators invalidation in deque

c++ stl standards deque

Does C++11 guarantee that "int a[8] = {};" is semantically equivalent to "int a[8]{};"?

Maximum number of cases that can be addressed using switch statement

What is POSIX, any other interface standards which can replace it? [closed]

Why size_t when int would suffice for the size of an array?

c int standards size-t

prototypes for 'static' functions

c standards

JavaFX Menu - first letter, underline decoration

java javafx standards

Where exactly does C++ standard say dereferencing an uninitialized pointer is undefined behavior?

Is it legal to write to std::string?

c++ string standards

Why isn't the HL7 standard using XML?

xml standards hl7

Constant array types in C, flaw in standard?

c standards

Is it safe to pass arguments by reference into a std::thread function?

Do section numbers differ between the C++11 standard and the gratis draft N3337?

c++ c++11 standards

Is (uint64_t)-1 guaranteed to yield 0xffffffffffffffff?

c++ c standards c11

What is the history of struct/class in C++?

c++ class struct standards

Standards for Date/Time addition?

How does the standards committee indicate the status of a paper under consideration?

c++ standards

Angular and Semantic Markup/Separation of Concerns

Is "std::is_callable" replaced with "std::is_invocable" in C++17?