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 gkittelson 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: calculus87
  • Order by date
  1. calculus87

    Input/Output files

    hey, to go to string: double answer1,n1,n2; string t1; stringstream stream; answer1=n2-n1; stream << answer1; // this changes it from double to string; shove it into the stream t1 = stream.str(); // inserts a string of t1 //************************************* to go back to double...

Part and Inventory Search

Back
Top