numbers - Difference between double and DOUBLE in C++ -


i wondered what's difference between double , double (from #include <windows>) in c++. there's lot of question in java, that's totally different language.

is double windows wrapper class double, or else? have different advantages?

double c++ keyword while double implementation defined typedef.

for example if include <windows.h> in project in ms vc++ ide shows double defined in wtypesbase.h like:

typedef double double; 

Comments

Popular posts from this blog

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

java - Reading data from multiple zip files and combining them to one -