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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by robwil

  1. robwil

    unexplained extra bytes when writing binary data to file

    Hi all, I'm trying to write some double precision digits to a file, here's what I'm doing: typedef basic_ofstream< double, char_traits<double> > d_ofstream; d_ofstream myfile("myfile.dat"); double dd[N]; ... some processing that fills in the values of dd ... for(i=0;i<N;i++)...

Part and Inventory Search

Back
Top