Hi!
I would like to know what's the way to convert a double to its char[8] representation, and vice versa (Char[8] to double)
i.e EXAMPLES -> 1.3e-15 (made up that number)
In VS debugger you can cast double variables with ",s" to get their representation as string which is useful..
Note: I...
HI!
We are working on a software program that mixes various languages: Fortran, C++ and java. For the C++ we have been using Visual Studio 2003 compiler and Compaq Intel Fortran until now which have been working fine until now. Recently I have noticed a serious slowdown at compile time...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.