Hello,everyone!
I don't want to use printf of c style, i want to use cout. but i find i cant use cout as easy as printf.
for example, i dont know how to use cout to do something this:
printf("%14.6f%14.6f\n",1.0,2.31456);
I think it is a easy question, any suggestion is very helpful to me.
Thanks in advance.