Files Batch ConversionI have a programm which converts binary files into ascii files. At the moment I am asking for the fi...
Question about pointerThis example should give u a hint why to use pointers! [code] int x = 25; int* p = &x; x++; cout ...
constant number size (double output)Thank you very much! Now I even have the choice how to do it.
constant number size (double output)How can I define a constant width of double numbers in an output file? I use setprecision and scient...
string to float exponential notationI think this solution would produce an error when the float is a negative number like"-1.2345-10".
This user does not accept Private Messages