home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / libg++-2.5.3-bin.lha / info / libg++.info-5 (.txt) < prev   
GNU Info File  |  1994-02-27  |  4KB  |  72 lines

  1. This is Info file libg++.info, produced by Makeinfo-1.55 from the input
  2. file ./libg++.texi.
  3. START-INFO-DIR-ENTRY
  4. * Libg++::                      The g++ class library.
  5. END-INFO-DIR-ENTRY
  6.    This file documents the features and implementation of The GNU C++
  7. library
  8.    Copyright (C) 1988, 1991, 1992 Free Software Foundation, Inc.
  9.    Permission is granted to make and distribute verbatim copies of this
  10. manual provided the copyright notice and this permission notice are
  11. preserved on all copies.
  12.    Permission is granted to copy and distribute modified versions of
  13. this manual under the conditions for verbatim copying, provided also
  14. that the section entitled "GNU Library General Public License" is
  15. included exactly as in the original, and provided that the entire
  16. resulting derived work is distributed under the terms of a permission
  17. notice identical to this one.
  18.    Permission is granted to copy and distribute translations of this
  19. manual into another language, under the above conditions for modified
  20. versions, except that the section entitled "GNU Library General Public
  21. License" and this permission notice may be included in translations
  22. approved by the Free Software Foundation instead of in the original
  23. English.
  24. File: libg++.info,  Node: Projects,  Prev: GetOpt,  Up: Top
  25. Projects and other things left to do
  26. ************************************
  27. Coming Attractions
  28. ==================
  29.    Some things that will probably be available in libg++ in the near
  30. future:
  31.    * Revamped C-compatibility header files that will be compatible with
  32.      the forthcoming (ANSI-based) GNU libc.a
  33.    * A revision of the File-based classes that will use the GNU stdio
  34.      library, and also be 100% compatible (even at the streambuf level)
  35.      with the AT&T 2.0 stream classes.
  36.    * Additional container class prototypes.
  37.    * generic Matrix class prototypes.
  38.    * A task package probably based on Dirk Grunwald's threads package.
  39. Wish List
  40. =========
  41.    Some things that people have mentioned that they would like to see
  42. in libg++, but for which there have not been any offers:
  43.    * A method to automatically convert or incorporate libg++ classes so
  44.      they can be used directly in Gorlen's OOPS environment.
  45.    * A class browser.
  46.    * A better general exception-handling strategy.
  47.    * Better documentation.
  48. How to contribute
  49. =================
  50.    Programmers who have written C++ classes that they believe to be of
  51. general interest are encourage to write to dl at rocky.oswego.edu.
  52. Contributing code is not difficult. Here are some general guidelines:
  53.    * FSF must maintain the right to accept or reject potential
  54.      contributions.  Generally, the only reasons for rejecting
  55.      contributions are cases where they duplicate existing or
  56.      nearly-released code, contain unremovable specific machine
  57.      dependencies, or are somehow incompatible with the rest of the
  58.      library.
  59.    * Acceptance of contributions means that the code is accepted for
  60.      adaptation into libg++.  FSF must reserve the right to make
  61.      various editorial changes in code. Very often, this merely entails
  62.      formatting, maintenance of various conventions, etc. Contributors
  63.      are always given authorship credit and shown the final version for
  64.      approval.
  65.    * Contributors must assign their copyright to FSF via a form sent out
  66.      upon acceptance. Assigning copyright to FSF ensures that the code
  67.      may be freely distributed.
  68.    * Assistance in providing documentation, test files, and debugging
  69.      support is strongly encouraged.
  70.    Extensions, comments, and suggested modifications of existing libg++
  71. features are also very welcome.
  72.