Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in standards

Is using typeid on a forward declared type undefined behavior?

c++ c++11 standards

Why do implementations of "stdint.h" disagree on the definition of UINT8_C?

Will a C conditional always return 1 or 0?

c standards conditional

If my python class name has an acronym, should I keep it upper case, or only the first letter? [closed]

python standards

Protected properties prefixed with underscores

What is "ANSI C++"?

c++ standards c++98

Why is there a networking library proposal for C++14/17? [closed]

c++ standards iso

Name database design notation you prefer and why?

Why do the CSS width and height properties not adjust for padding?

html standards css

Disable Compatibility View Through Code In IE?

Why are HTML character entities necessary?

Void pointer as template argument in C++

c++ templates gcc standards void

Which compiler supported with function pointer with default arguments?

int promotion: Is the following well-defined?

c standards c99

When is a C++ terminate handler the Right Thing(TM)?

Is it legal to reference a variable in its definition?

C standard addressing simplification inconsistency

Is the sub-object of a temporary object guaranteed to be moved on return?

Possible ambiguity with extern "C", overloading, and function pointers

c++ standards