Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: minex
  • Content: Threads
  • Order by date
  1. minex

    Convert double to its string representation

    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...
  2. minex

    Compiler slowdown

    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...

Part and Inventory Search

Back
Top