home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c495 / watcm951.arj / README.WPK / READC386.ME
Encoding:
Text File  |  1993-02-16  |  1.0 KB  |  23 lines

  1.                 Read Me for WATCOM C++
  2.                 ======================
  3.  
  4. 1.  WCL386 has been updated to recognize file name extensions ".cpp"
  5.     and ".cc".  A file with one of these extensions will cause WCL386
  6.     to start the C++ compiler (WPP386.EXE) to compile the file. A file
  7.     extension of ".c" will cause the C compiler (WCC386.EXE) to be used.
  8.  
  9.     You can force WCL386 to use the C compiler by using the -cc option.
  10.     You can force WCL386 to use the C++ compiler by using the -cc++ option.
  11.  
  12. 2.  Windows NT support added.
  13.  
  14. 3.  Exception handling and templates are now implemented.
  15.  
  16. 4.  Debugging with WATCOM C++ and WVIDEO
  17.     - setting breakpoints via the source window works well
  18.     - searching mangled names with a common prefix can be done in a similar
  19.       fashion to command shell file name completion; use ^F to complete the
  20.       name and cycle through the names
  21.     - the non-alphabetic characters in mangled names can be used in a WVIDEO
  22.       command by surrounding the mangled name by a back-quote "`" character
  23.