home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 2 / ETO Development Tools 2.iso / Tools - Objects / MPW C++ 3.1 / C++ readme < prev    next >
Encoding:
Text File  |  1990-11-05  |  2.5 KB  |  30 lines  |  [ttro/ttxt]

  1. ABOUT MPW C++...
  2.  
  3. GENERAL INFO
  4. MPW C++ is based on AT&T C++ Release 2.0 and includes a number of enhancements to provide smooth integration of C++ into the Macintosh environment.  Support for the Macintosh toolbox, SANE, SADE, and more has been implemented in MPW C++.  The ability to debug C++ applications at the C++ source level (rather than trying to debug the output of CFront) makes programming with C++ much easier.
  5.  
  6. C++ opens the doors to the benefits of object-oriented programming (OOP) to C programmers.  An object-oriented language alone is only a beginning, a mature application class library is also needed.  MPW C++ can be used with Apple's third-generation application class library (MacApp) by using the special headers included with MacApp 2.0.1 itself.  The combination of MacApp and MPW C++ provides a robust development system that delivers a key competitive advantage to our developers.
  7.  
  8. MPW C++ v.3.1 addresses the speed issues surrounding CFront by providing support for "pre-compiled headers" (often known as "load/dump").  When compared to the initial release of MPW C++ (v.3.1B1), pre-compiled headers provides a 2x-3x speed improvement.  The speed differences is very noticeable when using MPW C++ with MacApp because of the large header files used to provide access to MacApp from C++.
  9.  
  10. BENEFITS:
  11.     • Provides object-oriented programming to developers using C
  12.     • Supports MacApp, Apple's application class library for the Macintosh
  13.     • Faster build times reduce overall development cycle
  14.  
  15. FEATURES:
  16.     • Supports precompiled headers for faster build times
  17.     • Support for object-oriented programming
  18.     • Extensions for the Macintosh Toolbox and operating system
  19.     • Can be used with MacApp
  20.  
  21. C COMPILER
  22.  
  23. We recommend using MPW C 3.1B3 with MPW C++ 3.1.  For more information, see the MPW C++ E.T.O. Note.
  24.  
  25. SYSTEM REQUIREMENTS 
  26. A Macintosh Plus, Macintosh SE, Macintosh Classic, Macintosh Portable,  Macintosh LC, or Macintosh II personal computer (or later model) with at least 2MB RAM. Also required are a hard disk, Macintosh System Software v. 6.0.2 or later, Macintosh Programmer’s Workshop Development Environment v. 3.1 or later, and MPW C v. 3.1 or later. Highly recommended are at least 4MB of RAM and a 68020- or 68030-based Macintosh.
  27.  
  28. IN THE FUTURE
  29. MPW C++ v.3.1 is based on AT&T C++ Release 2.0.  AT&T has released C++ Release 2.1 which is primarily a maintenance release.  We’re in the process of integrating CFront 2.1 with our Macintosh-specific enhancements and hope to have an experimental version of this on a future edition of E.T.O.
  30.