CompuServe Thread

C++ Compile stages…

1 messages in this thread
#7587From: Joe SewellJul 25, 1993 10:19 PM
John, I know on the IBM Mainframe, under something like CMS or MVS or VM or something like that, #include "file" is SIGNIFICANTLY different from #include <file>. Of course, they don't have directories, so you HAVE to specify whether the include file is local or not. Joe