Formatting Question!

How would you go about creating a grid like this?

------------------------------------------------------
|10 |11 |12 |13 |14 |15 |16 |17 |18 |19 |
| 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 |
------------------------------------------------------
Last edited on
Can you try using the output tags to keep the format you want?

[output] formatted text [/output]
Last edited on
------------------------------------------------------
|10 |11 |12 |13 |14 |15 |16 |17 |18 |19 |
| 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 |
------------------------------------------------------


Is that a choice between 2 layouts? Are the numbers always 2 digits?

If not then use <iomanip>
Topic archived. No new replies allowed.