Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in standards

Is the character set of a char literal guaranteed to be ASCII?

c++ standards ascii

Is there any C standard for microcontrollers?

Why fetch Body object can be read only once?

array initialization, is referencing a previous element ok?

Details of what constitutes a constant expression in C?

Why is a typedef declaration not called a typedef definition?

Behaviour of negative zero on a one's complement architecture?

Empty return in non-void function, is undefined behaviour?

c standards

Empty array declaration - strange compiler behavior

c++ arrays standards

A searchable Prolog language description online [closed]

prolog standards iso-prolog

What's the point of AMQP? [closed]

STM32F4 stereo MEMS mic

Why must I use address-of operator to get a pointer to a member function?

"class template" versus "template class" [duplicate]

c++ templates standards

Undefined behaviour by declaration [duplicate]

c standards

Is there an official organization for discussing or releasing standard markdown syntax?

Is there an emerging standard API for NoSQL Databases? [closed]

nosql standards

Why is auto not a reference when its initializer is a reference?

c++ c++11 standards

Correct behaviour of trivial statements involving expressions with volatile variables?

Is this legal C/C++? `int* p = (int[]) {1,2,3} ;`

c++ c arrays standards literals