How would I print a
string just like
this one using
printf and a
specified width?
(Hoping that the formatting will show properly.)
Name:
Anonymous2013-10-05 5:43
Use Scheme.
Name:
Anonymous2013-10-05 5:55
install gentoo
Name:
Anonymous2013-10-05 9:27
You'll probably have to look into some library. I do not know of a way to do that built in with printf. It *might* be possible with cout, but again I doubt it.