How to make columns as wide as the widest entry?
- by Helper Method
For a gcc cheatsheet I'm writing, I want to create a table which should describe how gcc interprets different file endings. The table I created so far is defined as follows:
|======================================================================
|.c |C source code which must be preprocessed.
|.i |C source code which should not be…