how does this work?dunno i always used fopen is ofstream any better?
how does this work?ok i found something string name; stringstream stream; stream <<"E="<< E <<"_F="<<F<<".txt"; stream...
how does this work?i need a file with that specific name but i dont know how to include the variables E and F in the fi...
how does this work?double E=5.; double F=5.; char filename[]=""; stringstream stream; stream <<"E="<< E <<"_F="<<F...
why does this work? first i create an empty (doesnt have to be empty) char then i overwrite it with a string which can ...
This user does not accept Private Messages