Top "Standards" questions

Standards are officially published or well agreed upon formats, procedures, or protocols.

What are some of your most useful database standards?

I have some ideas, some that I have accumulated over time, but I really want to know what makes things …

sql database standards entity-relationship
What is "ANSI C++"?

I've had someone tell me that C++98 was written under ANSI before being formally standardised as ISO/IEC 14882:1998. I know …

c++ standards c++98
When can you omit the file extension in an #include directive?

I'm playing around with gmock and noticed it contains this line: #include <tuple> I would have expected tuple.…

c++ include c-preprocessor standards
Closest ancestor matching selector using native DOM?

Is anybody working on a jQuery.closest() equivalent in the DOM api? Looks like the Selectors Level 2 draft adds matches() …

javascript jquery standards w3c dom-traversal
Open a Standard Jet DB 4.0 file (*.vmd)

I downloaded a database file with the extension "VMD". Now I'm looking for a windows software which can open this …

database windows standards jet
Is `long` guaranteed to be at least 32 bits?

By my reading of the C++ Standard, I have always understood that the sizes of the integral fundamental types in …

c++ standards long-integer language-lawyer
Do minor currency units have a ISO standard?

ISO 4217 defines 3-letter currency symbols: EUR USD LKR GBP Do currencies' minor units (cent, pence) have a ISO or similar …

internationalization standards currency iso
atoi is a standard function. But itoa is not. Why?

Why this distinction? I've landed up with terrible problems, assuming itoa to be in stdlib.h and finally ending up …

c function posix standards itoa
Are all integer values perfectly represented as doubles?

My question is whether all integer values are guaranteed to have a perfect double representation. Consider the following code sample …

c++ double standards precision ieee-754
In an ISO 8601 date, is the T character mandatory?

I'm wondering if the following date is ISO8601 compliant : 2012-03-02 14:57:05.456+0500 (for sure, 2012-03-02T14:57:05.456+0500 is compliant, but not …

date standards datetime-format iso