User: Arctic Inferno

  • Public profile

User profile: Arctic Inferno

User info
User name:Arctic Inferno
History
Joined:
Number of posts:10
Latest posts:

Pointer vs Handle vs Tracking Reference
I’m using C++/CLI Visual Studio 2010 Professional. Consider this simple native pure C++ code. [c...

Difference between System::Double vs double
They’re both double-precision floating-point numbers, so expected to have identical precision. V...

Is vector part of managed C++? (Visual Studio 2010 Professional)
vector is in managed C++/CLI, but you must use the namespace cliext and include the header <cliext>....

Higher precision than double possible?
GMP is exactly what I needed. How do you install it? The section in the manual for installation wa...

Higher precision than double possible?
I'm using Visual Studio 2010 Professional C++. I understand that double occupies 8 bytes. Long dou...

This user does not accept Private Messages