Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom C/C++ User's Guide - (c++ only) the "t" option is used to set the tab stop interval. by default, http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
(C++ only) The "t" option is used to set the tab stop interval.  By default,
the compiler assumes a tab stop occurs at multiples of 8 (1+n x 8 = 1, 9,
17, ...  for n=0, 1, 2, ...).  When the compiler reports a line number and
column number in a diagnostic message, the column number has been adjusted
for intervening tabs.  If the default tab stop setting for your text editor
is not a multiple of 8, then you should use this option.
Example:

     C>compiler_name report /t=4

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson