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 TouchToneTommy 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: zytryt
  • Content: Threads
  • Order by date
  1. zytryt

    Overflow for Intermediate Results

    I am wondering why the following code works: double x,y,z,w,v; x = 2.0e300; y = 1.0e300; z = 1.0e300; w = 1.0e300; v = (x*y)/(z*w); cout << &quot;v = &quot; << v << endl << endl; The correct answer of 2 prints out. However, both numerator and denominator exceed the range of double, which is...
  2. zytryt

    Console Application Problem

    I have written a &quot;Win32 Console Application.&quot; When I compile it, the ENTIRE monitor screen (Windows desk top and all!) blanks out for a moment. Then everthing, including the VC++ window reappears. The same thing happens when I build (link) the exe file. When I execute the program, the...

Part and Inventory Search

Back
Top