Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in standards

Is there a way to make an enum unsigned in the C90 standard? (MISRA-C 2004 compliant)

c enums standards misra

Why are function argument names unimportant in c++ declarations?

Can an ANSI C compiler remove a delay loop?

c optimization standards c89

What if an object passed into std::swap throws an exception during swapping?

Good articles on usability?

Does "ANSI C" or "ANSI C++" still mean something today?

Is it legal to goto out of try block?

c++ standards

std::vector and contiguous memory of multidimensional arrays

Who implements the OS interfacing in java?

Progressive download standard

Calling constructor with member as argument parsed as variable definition

c++ constructor g++ standards

what is libc? what are the functions it includes? how can we get the source code of it?

Expected behaviour of freopen() with regards to buffering (setvbuf())?

"Reading" a POD preincrement result does not yield undefined behavior. Why exactly?

Conversion operator implemented with static_cast

While loop VS. $sqlResult -> fetch_all(MYSQLI_ASSOC) ;

php mysqli standards

C++ dynamic dispatch without vtables

Why can't I overload C++ conversion operators outside a class, as a non-member function?

Is there a standard algorithm for locale resolution?