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) if the compiler cannot open a header file whose file name is http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
(C++ only) If the compiler cannot open a header file whose file name is
longer than 8 letters or whose file extension is longer than 3 letters, it
will truncate the name at 8 letters and the extension at 3 letters and try
to open a file with the shortened name.  This is the default behaviour for
the compiler.
For example, if the compiler cannot open the header file called STRSTREAM.H,
it will attempt to open a header file called STRSTREA.H.

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