home *** CD-ROM | disk | FTP | other *** search
- Read Me for WATCOM C++
- ======================
-
- 1. WCL386 has been updated to recognize file name extensions ".cpp"
- and ".cc". A file with one of these extensions will cause WCL386
- to start the C++ compiler (WPP386.EXE) to compile the file. A file
- extension of ".c" will cause the C compiler (WCC386.EXE) to be used.
-
- You can force WCL386 to use the C compiler by using the -cc option.
- You can force WCL386 to use the C++ compiler by using the -cc++ option.
-
- 2. Windows NT support added.
-
- 3. Exception handling and templates are now implemented.
-
- 4. Debugging with WATCOM C++ and WVIDEO
- - setting breakpoints via the source window works well
- - searching mangled names with a common prefix can be done in a similar
- fashion to command shell file name completion; use ^F to complete the
- name and cycle through the names
- - the non-alphabetic characters in mangled names can be used in a WVIDEO
- command by surrounding the mangled name by a back-quote "`" character
-