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++)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.