Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

in visual studio c++ how to convert scentific float value in immediate window and locals window, e.g. 2.6784184492221229e+271 (including denomalized number).

for example, in Locals window, VS c++ would show type double as 2.6784184492221229e+271 and in immediate, if I type, ?vara, it would show as 2.6784184492221229e+271

how can we convert it to a direct readable value? 1.8 (sorry I don't know what it is called).

share|improve this question
I'm not sure what you're asking. Are you saying that you want it to display: 26784184492221229000000000000000000...? Or are you saying that you want it displayed like: 2.6784184492221229e+271? – forsvarir Jul 6 '12 at 11:17

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.