formatting an integer output using ostream

Posted by Alexander on Stack Overflow See other posts from Stack Overflow or by Alexander
Published on 2010-04-16T02:40:16Z Indexed on 2010/04/16 2:43 UTC
Read the original article Hit count: 263

Filed under:

I am trying to find the equivalence of %2d using cout << <<endl format. how can I do that?

© Stack Overflow or respective owner

Related posts about c++