I\'m pretty sure this is a simple question in regards to formatting but here\'s what I want to accomplish:
I want to output data onto the screen using cout
cout
you can do it with
string str = "somthing"; printf ("%10s",str); printf ("%10s\n",str); printf ("%10s",str); printf ("%10s\n",str);