home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / tutorial / present / text / 126s1.txt < prev    next >
Encoding:
Text File  |  1996-02-20  |  345 b   |  4 lines

  1. To compile a single file, use the icc command.
  2. To compile the file anotebw6.cpp without linking to create the object file anotebw6.obj, enter:
  3.    icc /Gm /Gd /Fo"anotebw6.obj" /C anotebw6.cpp
  4. [To get a command line session, double-click the Command-line Session icon in the VisualAge for C++ folder. Change directories to samples\ioc\hello6.]