home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-1.iso / CDROM / FAQs / C++ / part3 < prev    next >
Encoding:
Internet Message Format  |  1996-10-24  |  39.1 KB

  1. Path: informatik.tu-muenchen.de!fu-berlin.de!news.nacamar.de!uunet!in2.uu.net!bloom-beacon.mit.edu!senator-bedfellow.mit.edu!faqserv
  2. From: nikki@trmphrst.demon.co.uk (Nikki Locke)
  3. Newsgroups: comp.lang.c++,comp.answers,news.answers
  4. Subject: Available C++ libraries FAQ (3/6)
  5. Supersedes: <C++-faq/libraries/part3_843489990@rtfm.mit.edu>
  6. Followup-To: poster
  7. Date: 24 Oct 1996 09:53:15 GMT
  8. Organization: Trumphurst Ltd.
  9. Lines: 1066
  10. Approved: news-answers-request@MIT.Edu
  11. Expires: 7 Dec 1996 09:47:19 GMT
  12. Message-ID: <C++-faq/libraries/part3_846150439@rtfm.mit.edu>
  13. References: <C++-faq/libraries/part1_846150439@rtfm.mit.edu>
  14. Reply-To: cpplibs@trmphrst.demon.co.uk
  15. NNTP-Posting-Host: bloom-picayune.mit.edu
  16. Summary: Contains a list of available C++ libraries, both PD and commercial.
  17. X-Last-Updated: 1996/10/08
  18. X-Mailer: cppnews $Revision: 1.43 $
  19. Originator: faqserv@bloom-picayune.MIT.EDU
  20. Xref: informatik.tu-muenchen.de comp.lang.c++:216985 comp.answers:21887 news.answers:84955
  21.  
  22. Archive-name: C++-faq/libraries/part3
  23. Comp-lang-c++-archive-name: C++-faq/libraries/part3
  24.  
  25. Available C++ libraries FAQ (3/6)
  26. =================================
  27.  
  28. Contents
  29. ~~~~~~~~
  30.    Introduction                                             (part1)
  31.    Adding or amending entries                               (part1)
  32.    Changes since the last update                            (part1)
  33.    Libraries available via FTP (A-L)                        (part2)
  34.    Libraries available via FTP (M-Z)                        (this file)
  35.    Tools for C++ Programmers                                (part4)
  36.    Libraries with no known FTP site                         (part4)
  37.    Source code from books                                   (part4)
  38.    Other places to look for details of C++ libraries        (part4)
  39.    Useful ftp sites                                         (part4)
  40.    Commercial libraries (A-N)                               (part5)
  41.    Commercial libraries (O-Z)                               (part6)
  42.    Other commercial sources of C++ code                     (part6)
  43.  
  44. ------------------------------------------------------------------------
  45. Libraries available via FTP (M-Z)
  46. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  47. MatClass - a C++ class for numerical computation
  48.  
  49. Very complete.
  50.  
  51.   - Offers a general purpose dense, real matrix class
  52.   - Has a family of decomposition classes based on LU, Cholesky,
  53.     Householder QR and SVD
  54.   - Has a family of OLS regression classes based on above decompositons
  55.   - A family of special function classes
  56.   - Random number class
  57.   - Has a simplified I/O structure
  58.  
  59. Documents   : Very thorough tex manual, with discussion of design
  60. philosophy. Currently the manual does not cover all the features of the
  61. I/O.
  62.  
  63. Added : 01/01/95   Amended : 01/01/95 
  64. Licencing : Not known
  65. Author:Chris Birchenhall
  66. FTP from ftp://pub/matclass/unix/pub/matclass/unix
  67. FTP from ftp://ftp.mcc.ac.uk/pub/matclass/pc
  68. Email:chris.birchenhall@mailhost.mcc.ac.uk
  69. ------------------------------------------------------------------------
  70. MATCOM - Matlab to C++ translator and matrix library
  71.  
  72. MATCOM V2 translates Matlab source files (M-Files) to C++ source code. The
  73. resulting code is linked with the supplied C++ Matrix class library to
  74. create MEX files or stand alone executables.
  75.  
  76. The C++ code and library can be integrated in products, royalty free,
  77. saving the need to translate the algorithm prototype.
  78.  
  79. Compiled code runs significantly faster than the original interpreted
  80. source.
  81.  
  82. Source code created highly resembles the original code using C++ language
  83. features. The compilation is fully automated by a smart project manager.
  84.  
  85. Matrices of doubles, floats, ints and chars are supported, providing lower
  86. memory usage for many applications, especially Signal and Image
  87. Processing.
  88.  
  89. Evaluation version (fully functional, 30 days limited) is available for
  90. free download from the Web page. Information packet is also available by
  91. e-mail and fax.
  92.  
  93. An introductory price for MATCOM V2 is 300$ for a single user license,
  94. with discounts on quantity and for academic institutes. Prices are valid
  95. until Jan 1, 1997.
  96.  
  97. Operating Systems:
  98.   - PC DOS
  99.   - PC Windows
  100.   - PC 32-bit Windows
  101.   - Linux
  102.   - SunOS
  103.   - Solaris
  104.   - SGI Irix
  105.   - Dec OSF/1
  106.   - Dec Alpha
  107.   - HP UX
  108.   - IBM AIX
  109.   - OS/2
  110. Compilers:
  111.   - Gnu CC
  112.   - Visual C++
  113.   - Watcom C++
  114.   - Borland C++
  115.   - SGI CC
  116.   - Dec CC
  117.   - IBM xlC
  118.   - Sun CC
  119.   - HP C++
  120.   - EMX
  121.   - DJGPP
  122. Added : 05/02/96   Amended : 08/08/96 
  123. Licencing : Commercial
  124. Fax:1-215-9571719
  125. Fax:1-888-MATHTOOLS
  126. WWW http://www.mathtools.com
  127. Email:info@mathtools.com
  128. Postal address:MathTools LTD, P.O.Box 855, Horsham, Pennsylvania, USA 19044-0855
  129. ------------------------------------------------------------------------
  130. Matrix - A C++ Matrix class
  131.  
  132.  A C++ Matrix class, including a matrix implementation of the backward
  133. error propagation (backprop) algorithm for training multi-layer, feed-
  134. forward artificial neural networks. A C++ interface to existing C and
  135. FORTRAN matrix libraries. LaTeX manual.
  136.  
  137. Added : 01/01/95   Amended : 01/01/95 
  138. Licencing : Not known
  139. Author:E. Robert (Bob) Tisdale
  140. FTP from ftp://ftp.cs.ucla.edu/pub/Matrix.tar.Z
  141. Email:edwin@cs.ucla.edu
  142. ------------------------------------------------------------------------
  143. Matthew's Galib - A C++ Genetic Algorithm Library
  144.  
  145. GAlib is a C++ library that contains a set of genetic algorithm objects.
  146. With GAlib you can add genetic algorithm optimization techniques to your
  147. program using any data representation and many different genetic algorithm
  148. operators. The library includes genomes based upon binary string, array,
  149. tree, and list data structures, and you can create your own genomes by
  150. simply deriving a new class from the base genome and any data structure
  151. that you may be using already. Many scaling, selection, termination,
  152. initialization, mutation, and crossover methods are included in the
  153. library, and you can override any of the defaults with operators.of your
  154. own design.
  155.  
  156. Operating Systems:
  157.   - SGI Irix
  158.   - IBM AIX
  159.   - Dec MIPS Ultrix
  160.   - Solaris
  161.   - HP UX
  162.   - MacOS
  163.   - PC
  164. Compilers:
  165.   - Cfront
  166.   - DCC
  167.   - Gnu CC
  168.   - MetroWerks CodeWarrior
  169.   - Symantec THINK C++
  170.   - Borland Turbo C++
  171. Added : 01/01/95   Amended : 01/01/95 
  172. Licencing : Non commercial
  173. FTP from ftp://lancet.mit.edu/pub/ga/
  174. WWW http://lancet.mit.edu/ga/
  175. ------------------------------------------------------------------------
  176. MetaKit - A shareware C++ class library for persistent structured data
  177.  
  178. Store and retrieve structured data. Features: on-demand loading,
  179. failsafe
  180. commit/rollback, serialize for stream I/O, simple API in a few C++
  181. classes.
  182.  
  183. Comes with hypertext intro, source code examples including disk catalog
  184. and Winsock client/server, and Winhelp API reference guide. No
  185. royalties.
  186. Link as DLL or LIB, Win32/Win16/Dos libs included. Currently only for
  187. MFC.
  188.  
  189. Registered users can obtain all library versions, including debug
  190. versions,
  191. and will be notified of new revisions and updates. Full email/fax
  192. support.
  193.  
  194. MetaKit is freely distributable as shareware. It must be registered
  195. after
  196. the 30-day trial period: US$ 25 for personal/non-profit use. For all
  197. other
  198. purposes the source code version must be purchased (additional US$ 65).
  199.  
  200. Operating Systems:
  201.   - PC DOS
  202.   - PC Windows
  203. Compilers:
  204.   - Visual C++
  205.   - Symantec C++
  206.   - Watcom C++
  207. Added : 22/03/96   Amended : 22/05/96 
  208. Licencing : Shareware
  209. Author:Jean-Claude Wippler
  210. Fax:+31-30-635-2337
  211. WWW http://purl.net/meta4/metakit.zip
  212. WWW http://purl.net/meta4/metakit - MetaKit home page
  213. Email:jcw@meta4.nl
  214. ------------------------------------------------------------------------
  215. molbio++ - A C++ library for molecular biosequence analysis
  216.  
  217. Major features include:
  218.   - classes and services for reading and writing sequence data in the
  219.     following formats:
  220.   - Genbank Flatfile
  221.   - EMBL / SwissProt
  222.   - GCG / Wisconsin
  223.   - Fasta / Pearson
  224.   - PIR
  225.   - NCBI Retrieve Server (read-only)
  226.  
  227.   - limited parsing of fields and features in biosequence files
  228.   - storing amino acid or nucleic acid sequences
  229.   - iterating over a biosequence
  230.   - calculating and storing counts or frequencies of amino acids or
  231. nucleotides
  232.   - device-independent graphics, via GCG's FIGURE program
  233.   - translating nucleotide sequences into proteins using the universal
  234. genetic code or modifications thereof.
  235.   - parsing BLAST output
  236.   - calculating pI and molecular weight of proteins
  237.   - amino acid hydropathy values of Kyte & Doolittle
  238.  
  239. Alex Lin <alexlin@mbcrr.harvard.edu> has reported both of the ftp sites unavailable.
  240. Further information welcome.
  241.  
  242. Added : 01/01/95   Amended : 08/08/96 
  243. Licencing : Not known
  244. Author:Keith Robison
  245. FTP from ftp://golgi.harvard.edu/pub/CONTRIBUTIONS/molbio++
  246. FTP from ftp://ftp.ebi.ac.edu/ - Alternative site found by Herve Recipon
  247. ------------------------------------------------------------------------
  248. Motif++ - A wrapper-library, that encapsulates Motif widgets in C++ classes
  249.  
  250. All resources of these Widgets can now be set through member-functions,
  251. while objects can be used in callback-functions.
  252.  
  253.  The July 93 release offers:
  254.   - Easy configuration (even for non-imake-gurus)
  255.   - Full support for X11R4 as well as X11R5
  256.   - Full support for Motif 1.1 and Motif 1.2 (including Drag and Drop)
  257.   - Support for Xbae widgetset
  258.   - Support for the xpm library
  259.   - Percentage widgets
  260.   - Generic Widget
  261.   - Support for WCL Table Widget
  262.   - A library for easy manipulation of Visuals
  263.   - A library that reads PBMPLUS files, as well as providing an extension
  264.     to 3D of the format.
  265.   - Lots of demos and testfiles (even somewhat useful programs)
  266.   - An article I wrote on the usage of Motif, X and C++, previously posted
  267.     on Usenet.
  268.   - All filenames smaller than 14 characters
  269.  
  270.  
  271. Operating Systems:
  272.   - X Windows
  273.   - Motif
  274. Compilers:
  275.   - Cfront
  276. Added : 01/01/95   Amended : 01/01/95 
  277. Licencing : Not known
  278. Author:Ronald van Loon
  279. FTP from ftp://src.doc.ic.ac.uk/packages/motif++/motif++.28.jul.93.tar.gz
  280. FTP from ftp://ftp.wg.omron.co.jp/pub/X11/misc/MOTIF.AND.WIDGETS/Motif++.tar.Z
  281. FTP from ftp://nrcnet0.nrc.ca/pub/motif++/motif++.28.jul.93.tar.gz
  282. FTP from ftp://decuac.dec.com//pub/X11/motif++.28.jul.93.tar.gz
  283. Email:motif++-request@motif.hacktic.nl
  284. Email:motif++@motif.hacktic.nl
  285. Email:rvloon@motif.hacktic.nl
  286. Tel:+31 33 758 293 (if desparate !)
  287. ------------------------------------------------------------------------
  288. MTL110JE.ZIP - Multithreading class library
  289.  
  290. DOS PC/Borland C++ specific.
  291.  
  292. Operating Systems:
  293.   - PC DOS
  294. Compilers:
  295.   - Borland C++
  296. Added : 01/01/95   Amended : 01/01/95 
  297. Licencing : Not known
  298. FTP from ftp://oak.oakland.edu/pub/msdos/cplusplus/
  299. FTP from ftp://garbo.uwasa.fi/pc/c-lang/
  300. ------------------------------------------------------------------------
  301. Newmat - A very thorough matrix class
  302.  
  303. This library supports classes Matrix, UpperTriangularMatrix,
  304. LowerTriangularMatrix, DiagonalMatrix, SymmetricMatrix, BandMatrix,
  305. UpperBandMatrix, LowerBandMatrix, SymmetricBandMatrix, RowVector,
  306. ColumnVector. Only one element type is supported. It includes the
  307. operations *, +, -, concatenation, elementwise product, inverse,
  308. transpose, conversion between types, submatrix, determinant, Cholesky
  309. decomposition, QR triangularisation, singular value decomposition,
  310. symmetric eigenvalue analysis, fast Fourier transform, sort, print, an
  311. interface to "Numerical Recipes in C" programs, and an emulation of
  312. exceptions.
  313.  
  314. Compilers:
  315.   - Borland C++
  316.   - Watcom C++
  317.   - Visual C++
  318.   - Gnu CC
  319.   - Cfront
  320. Added : 01/01/95   Amended : 30/07/96 
  321. Licencing : Copyrighted freeware
  322. Author:Robert Davies
  323. FTP from ftp://oak.oakland.edu/SimTel/msdos/cpluspls/newmat08.zip
  324. FTP from ftp://nz.com/robert/newmat08.tar.gz
  325. FTP from ftp://nz.com/robert/newmat08.zip
  326. WWW http://nz.com/webnz/robert/
  327. Email:robert.davies@vuw.ac.nz
  328. ------------------------------------------------------------------------
  329. NIHCL - (National Institute of Health's C++ Library)
  330.  
  331. NIHCL is essentially a mapping of part of Smalltalk's library into C++. 
  332. It lies somewhere between OATH and COOL. It is a little better supported
  333. and there is a textbook by the author, Keith Gorlen, that is fairly good
  334. documentation. However, the Smalltalk hierarchy is not completely
  335. consistent (IMO) with the C++ strong typing nature. It is weakly
  336. supported.
  337.  
  338. Added : 01/01/95   Amended : 01/01/95 
  339. Licencing : Not known
  340. FTP from ftp://alw.nih.gov/pub/nihcl.tar.Z
  341. ------------------------------------------------------------------------
  342. nlmdl - A library for estimation of nonlinear models
  343.  
  344.  Nonlinear maximisation, estimation, includes a real matrix class
  345.  
  346. Operating Systems:
  347.   - Unix
  348.   - PC DOS
  349. Compilers:
  350.   - Borland Turbo C++
  351. Added : 01/01/95   Amended : 01/01/95 
  352. Licencing : Not known
  353. Author:A. Ronald Gallant
  354. FTP from ftp://ccvr1.cc.ncsu.edu/pub/arg/nlmdl
  355. FTP from ftp://ftp.uu.net/usenet/comp.sources.misc/volume16/nlmdl
  356. Email:arg@ccvr1.cc.ncsu.edu
  357. ------------------------------------------------------------------------
  358. OATH - Object oriented Abstract Type Hierarchy
  359.  
  360. OATH was designed as an experiment in increasing object-oriented reuse. It
  361. has a fairly high learning curve, but potentially higher gains if you are
  362. looking for a more flexible and robust abstraction.  It is completely
  363. unsupported.
  364.  
  365. Added : 01/01/95   Amended : 01/01/95 
  366. Licencing : Not known
  367. FTP from ftp://csc.ti.com/pub/oath.tar.Z
  368. ------------------------------------------------------------------------
  369. Objtran and Objdce
  370.  
  371. Objtran is a set of C++ class libraries that provide a higher-level
  372. abstraction for programmers developing applications using OSF's DCE and
  373. Transarc's Encina. Objtran actually consists of two separate libraries --
  374. Objdce and Objtran.
  375.  
  376. Objdce makes it easier to write DCE applications by abstracting some of
  377. the more complex aspects of DCE. A class is included that can manage an
  378. RPC server, interacting with the DCE Name Service and Security Service as
  379. desired. Another class manages a client's binding to a server and
  380. encapsulates Name Service lookups.  Other classes allow the programmer to
  381. use threads and various forms of mutual-exclusion locks, report errors
  382. consistently, utilize Access Control Lists, handle timestamps from the DCE
  383. Time Service, and perform UUID manipulation.
  384.  
  385. Objtran is built on top of Objdce, and adds support for the Encina
  386. distributed transaction service. It is intended to be used with C++
  387. programs instead of the "Transactional C" macro package. It fully
  388. encapsulates the Encina TRAN and TRPC facilities with a few easy-to-use
  389. classes. It also provides an efficient recovery service for proper control
  390. of distributed transactions, and has support for the TM/XA service,
  391. allowing interoperability with XA-compliant databases. Support for the
  392. Encina Monitor is being implemented so programs may, with very few code
  393. changes, use either the smaller and more efficient bare Objtran
  394. environment or the more sophisticated Monitor.
  395.  
  396. This software is Copyright 1993-1994 by Citibank, N.A. Permission is
  397. granted to use, copy, modify and distribute the software and its
  398. documentation without fee. The software is distributed with no warranty of
  399. any kind.
  400.  
  401. Added : 01/01/95   Amended : 01/01/95 
  402. Licencing : Copyrighted freeware
  403. FTP from ftp://wilma.cs.brown.edu/pub/Objtran.tar.Z
  404. Email:objtran-comment@fig.citib.com
  405. ------------------------------------------------------------------------
  406. OBST - Persistent object management system
  407.  
  408. The persistent object management system OBST was developed by
  409. Forschungszentrum Informatik (FZI) as a contribution to the STONE
  410. project.
  411.  
  412. Sites interested in getting information about new OBST developments are
  413. welcome to register in their mailing list by sending a mail with subject
  414. "obst-mailing-list" to stone@fzi.de.
  415.  
  416. Added : 01/01/95   Amended : 01/01/95 
  417. Licencing : Not known
  418. Fax:++49-721-9654-609
  419. FTP from ftp://gate.fzi.de/pub/OBST/
  420. Email:stone@fzi.de
  421. Postal address:Forschungszentrum Informatik FZI, STONE Projekt, Haid-und-Neu-Strasse 10-14, D-7500 Karlsruhe 1, Germany
  422. Tel:++49-721-9654-601
  423. ------------------------------------------------------------------------
  424. Octave - Matlab like interactive system for numerical computations
  425.  
  426. Includes C++ classes for matrix manipulation, numerical integration, and
  427. the solution of systems of nonlinear equations, ODEs and DAEs. Distributed
  428. under the GPL.
  429.  
  430. Operating Systems:
  431.   - Sparc
  432.   - Dec Ultrix
  433.   - Linux
  434.   - Unix
  435.   - IBM AIX
  436. Compilers:
  437.   - Gnu CC
  438. Added : 01/01/95   Amended : 01/01/95 
  439. Licencing : GNU copyleft
  440. Author:John W. Eaton
  441. FTP from ftp://ftp.che.wisc.edu/pub/octave/octave-M.N.tar.Z
  442. Email:jwe@che.utexas.edu
  443. ------------------------------------------------------------------------
  444. Ode - Object database v2.0
  445.  
  446. Ode is an object-oriented database based on the C++ database model. The
  447. primary interface to Ode is the database programming language O++ which is
  448. based on C++.
  449.  
  450. Ode is now available to Universities. The current version of Ode runs on
  451. Sun (Sparc) workstations and users must have C++ release 2.0 or a later
  452. release.
  453.  
  454. Operating Systems:
  455.   - Sparc
  456. Compilers:
  457.   - Sun CC
  458. Added : 01/01/95   Amended : 01/01/95 
  459. Licencing : Education
  460. FTP from ftp://research.att.com./dist/ode2.0/2.0.oppbin.tar.Z
  461. Email:nhg@research.att.com
  462. Postal address:Narain Gehani, AT&T Bell Labs 3D-414, 600 Mountain Ave, Murray Hill, NJ 07974
  463. ------------------------------------------------------------------------
  464. ooMPEG - Berkeley MPEG decoder
  465.  
  466. A reentrant, multi-threaded version of the Berkeley MPEG decoder
  467.  
  468. Operating Systems:
  469.   - Sun
  470.   - Sparc
  471.   - Solaris
  472.   - HP UX
  473.   - SGI Irix
  474.   - SunOS
  475. Added : 05/02/96   Amended : 05/02/96 
  476. Licencing : Non commercial
  477. FTP from ftp://ftp.cs.brown.edu/pub/ooMPEG.tar.Z
  478. WWW http://www.cs.brown.edu/software/ooMPEG/
  479. Email:lsh@cs.brown.edu
  480. ------------------------------------------------------------------------
  481. OSE - C++ Library and Build Environment
  482.  
  483. OSE is a development environment for C/C++ programmers. The major
  484. components of OSE are a generic C++ class library, documentation tools and
  485. build environment. The C++ class library includes support for error
  486. handling, error message logging, error recovery, program debugging, memory
  487. management, resource management, object containment, strings and symbols,
  488. pattern matching, operating system interfacing, simulation and event
  489. driven systems. OSE can be used with all major C++ compilers and UNIX
  490. platforms as well as Windows NT and Windows 95. OSE has been integrated
  491. for use with the ObjectStore OODBMS from Object Design.
  492.  
  493. OSE was a winner at CODA '94, the ComputerWorld Object Developer Awards,
  494. held in conjunc! tion with ObjectWorld in Sydney, Australia. The category
  495. in which OSE was successful was "Best implementation of a reuseable
  496. development environment for company deployment". 
  497.  
  498. Operating Systems:
  499.   - PC 32-bit Windows
  500.   - Unix
  501. Compilers:
  502.   - Cfront
  503.   - Dec CC
  504.   - Gnu CC
  505.   - HP C++
  506.   - IBM xlC
  507.   - SGI CC
  508.   - SGI NCC
  509.   - Sparcworks
  510.   - Sun CC
  511.   - Visual C++
  512.   - KAI CenterLine Novell Lucid ObjectStore
  513.   - Borland C++
  514. Added : 22/05/96   Amended : 22/05/96 
  515. Licencing : Copyright (other)
  516. Author: Graham Dumpleton
  517. FTP from ftp://ftp.dscpl.com.au/pub/ose
  518. WWW http://www.dscpl.com.au
  519. Email:info@dscpl.com.au
  520. ------------------------------------------------------------------------
  521. P++ - Parallel Programming Classes for C++
  522.  
  523.  
  524.  
  525. Added : 01/01/95   Amended : 01/01/95 
  526. Licencing : Not known
  527. Author:Dan Quinlan
  528. FTP from ftp://ftp.c3.lanl.gov/pub/dquinlan/
  529. WWW http://www.c3.lanl.gov/~dquinlan/A++P++.html
  530. WWW http://www.c3.lanl.gov/~dquinlan/home.html
  531. Email:dquinlan@lanl.gov
  532. Email:dquinlan@c3serve.c3.lanl.gov
  533. ------------------------------------------------------------------------
  534. ParLib++ - Parallel Programming Classes for C++:
  535.  
  536.  
  537.  
  538. Added : 01/01/95   Amended : 01/01/95 
  539. Licencing : Not known
  540. Author:David Greco
  541. Email:David.Greco@crs4.it
  542. ------------------------------------------------------------------------
  543. PARODY - C++ DATABASE LIBRARY
  544.  
  545. Al Stevens has written a book on the subject called `Database programming
  546. in C++' or something. An article on the subject was printed in Doctor
  547. Dobbs Journal some time ago.
  548.  
  549. The nice thing is that Stevens also wrote a C++ library adding persistence
  550. to C++, and the source is available. The library is called PARODY and
  551. compiles under most DOS-based C++ compilers. A slight rewrite of the GUI-
  552. routines has to be done to make it compile under GNU C.
  553.  
  554. Operating Systems:
  555.   - PC DOS
  556.   - Unix
  557. Compilers:
  558.   - Gnu CC
  559.   - Borland C++
  560.   - Visual C++
  561. Added : 01/01/95   Amended : 01/01/95 
  562. Licencing : Not known
  563. FTP from ftp://ftp.mv.com/pub/ddj/1992.12/parody.zip
  564. ------------------------------------------------------------------------
  565. pC++ - A preprocessor for C++ that implements a data parallel extension
  566.  
  567.  
  568.  
  569. Operating Systems:
  570.   - CM5
  571.   - Paragon
  572.   - KSR-1
  573.   - Sequent
  574.   - BBNTC2000
  575.   - Unix
  576. Added : 01/01/95   Amended : 01/01/95 
  577. Licencing : Not known
  578. Email:gannon@cs.indiana.edu
  579. ------------------------------------------------------------------------
  580. PDBlib - Library for modeling a macromolecular structure
  581.  
  582. PDBlib is a class library written in C++ for modeling a macromolecular
  583. structure at the level of detail (excluding symmetry information) found in
  584. a Protein Data Back (PDB) file. A class is supplied to read a PDB file
  585. into a PDBlib representation. This class is independent of the actual
  586. representation and other forms of input, for example from a relational
  587. database like SESAM, are possible.
  588.  
  589. The library is made extensible by a close coupling between intrinsic and
  590. external classes. By writing only to the external classes you will remain
  591. compliant with future versions of the library.
  592.  
  593. You don't get source code. This is a temporary situation while we attempt
  594. to centralize bug fixes and additions to the library. If you find this
  595. situation unworkable source code is available by signing a copyright
  596. agreement which is available with the distribution.
  597.  
  598. The following files are available :
  599.   - PDBLib.1.0.SGI.tar.Z    Compressed tar file of PDB object classes
  600.     library and header files for SGI.  AT&T C++ release 2.1 & 3.0
  601.     compatible.
  602.   - PDBLib.1.0.Sun.tar.Z    Compressed tar file of PDB object classes
  603.     library and header files for Sun Sparc station.  AT&T C++ release 2.1 &
  604.     3.0 compatible.
  605.   - PDBLib.1.0.Cvx.tar.Z    Compressed tar file of PDB object classes
  606.     library and header files for Convex.  AT&T C++ release 2.1 compatible.
  607.   - PDBLib.1.0.Alpha.tar.Z  Compressed tar file of PDB object classes
  608.     library and header files for Dec 3000 (Alpha AXP) with OSF1. Dec C++ (cxx)
  609.     release 1.2 compatible.
  610.  
  611.  
  612. Operating Systems:
  613.   - SGI Irix
  614.   - Sparc
  615.   - Convex
  616.   - Dec Alpha
  617. Compilers:
  618.   - Cfront
  619.   - Dec CC
  620. Added : 01/01/95   Amended : 01/01/95 
  621. Licencing : Copyright (other)
  622. Author:Phil Bourne (general comments, criticisms, questions about future directions)
  623. Author:Ilya Shindyalov (PDBview)
  624. Author:Weider Chang (PDBlib)
  625. FTP from ftp://cuhhca.hhmi.columbia.edu/pub/programs/PDB/PDBlib/
  626. Email:system@cuhhca.hhmi.columbia.edu
  627. Email:shindyal@cuhhca.hhmi.columbia.edu
  628. Email:weider@cuhhca.hhmi.columbia.edu
  629. ------------------------------------------------------------------------
  630. Presto - C++ routines for lightweight threads on multiprocessors.
  631.  
  632. C++ routines for fine-grained parallel programming (lightweight threads)
  633. on multiprocessors. Tuned for the Sequent machines, but highly adaptable
  634. and customizable.
  635.  
  636. Systems : Unix-like OS on (moderate) multiprocessor machines
  637.  
  638. Operating Systems:
  639.   - Unix
  640. Added : 01/01/95   Amended : 01/01/95 
  641. Licencing : Not known
  642. Author:Brian N. Bershad, Edward D. Lazowska, Henry M. Levy
  643. FTP from ftp://cs.washington.edu/pub/presto1.0.tar.Z
  644. ------------------------------------------------------------------------
  645. Radix-2 - Fast Fourier Transform
  646.  
  647. Radix-2 DFT of a real or complex sequence, or sin/cos/complex Fourier
  648. integral of an evenly tabulated function.
  649.  
  650. The input can be either real or complex with/without zero padding, the
  651. full complex transform or only real/im/abs_value part of it can be
  652. obtained.
  653.  
  654. Test drivers and test run outputs are included, too. Commented.
  655.  
  656. Needs LinAlg.shar, v3.2
  657.  
  658. Operating Systems:
  659.   - Unix
  660.   - Mac
  661. Compilers:
  662.   - Gnu CC
  663.   - MetroWerks CodeWarrior
  664. Added : 01/01/95   Amended : 22/05/96 
  665. Licencing : Not known
  666. Author:Oleg Kiselyov
  667. Author:Oleg Kiselyov
  668. FTP from ftp://replicant.csci.unt.edu/pub/oleg/fft.tar.gz
  669. FTP from ftp://netlib.att.com/netlib/c++/fft.shar.Z
  670. WWW http:cpplibs2.html#LinAlg.shar
  671. Email:netlib@research.att.com
  672. Email:oleg@unt.edu
  673. Email:oleg@ponder.csci.unt.edu
  674. Email:oleg@ponder.csci.unt.edu
  675. ------------------------------------------------------------------------
  676. Range - C++ class for range arithmetic.
  677.  
  678. Associated with article in TOMS, Dec 1992 title "Precise computation using
  679. range arithmetic, via C++".
  680.  
  681. Added : 01/01/95   Amended : 01/01/95 
  682. Licencing : Not known
  683. Author:Oliver Aberth and Mark J. Schaefer
  684. FTP from ftp://math.tamu.edu/pub/range/range.tar.Z
  685. ------------------------------------------------------------------------
  686. RTTI implementation
  687.  
  688.  
  689.  
  690. Added : 01/01/95   Amended : 01/01/95 
  691. Licencing : Not known
  692. Author:Arindam Banerji
  693. FTP from ftp://invaders.dcrl.nd.edu/pub/software/rtti.tar.Z
  694. Email:axb@cse.nd.edu
  695. Postal address:384 FitzPatrick Hall, Dept. of Computer Science & Engg., University of Notre Dame, Notre Dame, IN 46556
  696. Tel:(219)-631-5772
  697. Tel:(219)-631-5273
  698. ------------------------------------------------------------------------
  699. RTTI library
  700.  
  701. Till RTTI becomes a part of regular compilers these RTTI libraries provide
  702. an excellent tool for the same purpose.
  703.  
  704. The library is claimed to be portable. No licence restrictions.
  705.  
  706. Added : 01/01/95   Amended : 01/01/95 
  707. Licencing : Public Domain
  708. Author:Arindam Banerji
  709. Fax:(219)-631-9260
  710. FTP from ftp://invaders.dcrl.nd.edu/pub/software/rtti.tar.Z
  711. Email:axb@cse.nd.edu?
  712. Email:axb@defender.dcrl.nd.edu
  713. Tel:(219)-631-5273
  714. ------------------------------------------------------------------------
  715. SA - Library for simulated annealing
  716.  
  717.  
  718.  
  719. Added : 01/01/95   Amended : 01/01/95 
  720. Licencing : Not known
  721. Author:Skip Carter
  722. FTP from ftp://usc.edu/pub/C-numanal/sa.zoo
  723. Email:skip@taygeta.oc.nps.navy.mil
  724. ------------------------------------------------------------------------
  725. Sdeint
  726.  
  727. A Runge-Kutta like class for integrating systems of Stochastic
  728. Differential Equations.
  729.  
  730. Added : 01/01/95   Amended : 01/01/95 
  731. Licencing : Not known
  732. Author:Skip Carter
  733. FTP from ftp://usc.edu/pub/C-numanal/sdeint.tar.z
  734. Email:skip@taygeta.oc.nps.navy.mil
  735. ------------------------------------------------------------------------
  736. SESAME - Neural net software ?
  737.  
  738.  
  739.  
  740. Added : 01/01/95   Amended : 01/01/95 
  741. Licencing : Not known
  742. Author:C. Tietz
  743. FTP from ftp://ftp.gmd.de//gmd/as/sesame
  744. ------------------------------------------------------------------------
  745. simC - C/C++ function library for discrete simulation
  746.  
  747. SimC is a function library for C/C++, providing support facilities for
  748. discrete and combined discrete-continuous simulation including set
  749. operations and data collection.
  750.  
  751. Operating Systems:
  752.   - PC
  753. Added : 19/03/96   Amended : 19/03/96 
  754. Licencing : Shareware
  755. Author:Toh Choon Swee
  756. FTP from ftp://garbo.uwasa.fi/pc/c-lang/simc100.zip
  757. Email:tohcs@pobox.org.sg
  758. Postal address:Toh Choon Swee, Serangoon Garden, P.O. Box 487, Singapore 915533
  759. ------------------------------------------------------------------------
  760. SIMEX - Helps develop discrete-event simulation models
  761.  
  762. Provides classes that help a user develop discrete-event simulation
  763. models, with an emphasis on epidemiology and biology.
  764.  
  765. Classes for random number generation, event and process management, user
  766. interface (commandline arguments, TTY, or Tcl/TK), aggregate statistics,
  767. basic data structures (list, strings, weighted ordered sets).  Many
  768. examples.
  769.  
  770. Operating Systems:
  771.   - SunOS
  772. Compilers:
  773.   - Gnu CC
  774. Added : 01/01/95   Amended : 01/01/95 
  775. Licencing : Copyrighted freeware
  776. Fax:(612) 625-7166
  777. FTP from ftp://ftp.nmsr.labmed.umn.edu
  778. WWW http://www.nmsr.labmed.umn.edu
  779. Email:jan@simvax.labmed.umn.edu
  780. Email:michael@simvax.labmed.umn.edu
  781. Postal address:Box 511 UMHC, Div of Health Computer Sciences, U Minn, MPLS, MN 55455
  782. Tel:(612) 625-3241 (Jan Marie Lundgren)
  783. ------------------------------------------------------------------------
  784. Simpack - Tools for writing simulations with a EECS bias
  785.  
  786.  
  787.  
  788. Added : 01/01/95   Amended : 01/01/95 
  789. Licencing : Not known
  790. Author:Paul A. Fishwick
  791. FTP from ftp://bikini.cis.ufl.edu/cis/tech-reports/tr92/tr92-022.ps.Z
  792. FTP from ftp://bikini.cis.ufl.edu/pub/simdigest/tools/simpack/
  793. Email:fishwick@cis.ufl.edu
  794. ------------------------------------------------------------------------
  795. SMURPH - A C++ library which could be useful for building a network simulator
  796.  
  797. It comes with extensive documentation and examples.
  798.  
  799. Added : 01/01/95   Amended : 01/01/95 
  800. Licencing : Not known
  801. FTP from ftp://menaik.cs.ualberta.ca//pub/smurph/
  802. ------------------------------------------------------------------------
  803. SOCKET++ - C++ iostream like library for sockets and pipes
  804.  
  805. Filename is socket++-XX.tar.gz (XX - version no)
  806.  
  807. Added : 01/01/95   Amended : 01/01/95 
  808. Licencing : Not known
  809. FTP from ftp://ftp.virginia.edu/pub/
  810. ------------------------------------------------------------------------
  811. SPLASH - Small Perl-like List And String Handling class library
  812.  
  813. SPLASH is a C++ class library that implements Perl constructs.
  814.  
  815. For those not familiar with Perl, it is an excellent scripting language by
  816. Larry Wall and is available for most platforms.
  817.  
  818. This Class library provides List and String handling capabilities based on
  819. those provided in Perl, because the Perl constructs are so useful.
  820.  
  821. This is also available as a compressed tar file or .zip format with MSDOS
  822. compatible names.
  823.  
  824. Operating Systems:
  825.   - Unix
  826.   - PC DOS
  827. Added : 01/01/95   Amended : 26/08/96 
  828. Licencing : Not known
  829. FTP from ftp://ftp.netcom.com/pub/mo/morris/splash190.tar.gz - Tar/GZIP version
  830. FTP from ftp://ftp.netcom.com/pub/mo/morris/splash190.zip - ZIP version
  831. Email:morris@netcom.com
  832. ------------------------------------------------------------------------
  833. Texas Persistant Store
  834.  
  835. Texas is a free persistent store that can be used with standard C++
  836. compilers, and works efficiently with very little modification to most C++
  837. programs. It runs on several varieties of UNIX and should be very easy to
  838. port to most modern operating systems, such as OS/2, Windows NT, Mach,
  839. Windows 4.0, etc. (If things we hear are correct, Linux will provide the
  840. necessary virtual memory features soon, too, and Texas will be ported
  841. about fifteen minutes later. :-)
  842.  
  843. Texas uses "pointer swizzling at page fault time", an address translation
  844. techique that converts pointers from an abstract format to actual virtual
  845. memory addresses when pages are first touched and brought into memory. (A
  846. similar technique, invented independently, is used in the market-leading
  847. persistent store/OODB, ObjectStore from Object Design Inc.)  This allows
  848. Texas to be highly portable, avoiding any assumptions about where a page
  849. of data will be an a process' virtual memory address space; it can also
  850. support very large addresses spaces efficiently on stock 32-bit hardware.
  851. (It could also be used to efficiently provide shared address spaces across
  852. networked heterogenous machines with different hardware address sizes,
  853. e.g., across 32- and 64-bit machines.)
  854.  
  855. Operating Systems:
  856.   - Unix
  857. Added : 01/01/95   Amended : 01/01/95 
  858. Licencing : Not known
  859. Author:Paul R. Wilson and Sheetal V. Kakkad
  860. FTP from ftp://cs.utexas.edu/pub/garbage/texaspstore.ps
  861. FTP from ftp://cs.utexas.edu/pub/garbage/swizz.ps
  862. FTP from ftp://cs.utexas.edu/pub/garbage/texas
  863. Email:oops@cs.utexas.edu
  864. Postal address:Object-Oriented Programming Systems research group, Computer Sciences Dept., University of Texas, Austin, Texas
  865. ------------------------------------------------------------------------
  866. TOLKIEN - TOoLKIt for gENetics based applications
  867.  
  868. The tool contains objects for both GA and classifier system applications.
  869. It's in some kind of alpha-status.
  870.  
  871. Added : 01/01/95   Amended : 01/01/95 
  872. Licencing : Not known
  873. Email:tang028@cs.cuhk.hk
  874. ------------------------------------------------------------------------
  875. TSR100JE.ZIP - TSR class library
  876.  
  877. DOS PC/Borland C++ specific.
  878.  
  879. Operating Systems:
  880.   - PC DOS
  881. Compilers:
  882.   - Borland C++
  883. Added : 01/01/95   Amended : 01/01/95 
  884. Licencing : Not known
  885. FTP from ftp://garbo.uwasa.fi/pc/c-lang/
  886. FTP from ftp://oak.oakland.edu/pub/msdos/cplusplus/
  887. ------------------------------------------------------------------------
  888. Types 1.0
  889.  
  890.  Types is a Shareware library used to support the creation of reusable
  891. software components in C++.
  892.  
  893.  Full source code and documentation and examples are included.
  894.  
  895. Types provides:Garbage Collector,recursive data estructures,encode and
  896. decode of polymorfic objects,encode and decoding to and from files or
  897. memory using external or local data representation, exceptions,...
  898.  
  899. Types also include some classes implemented using types a double linked
  900. list, stack, btree, storage class, string and others.
  901.  
  902. You can use and XDR representation for encode and decode objects this
  903. feature enable your data to be ported to other plataforms.
  904.  
  905. Operating Systems:
  906.   - PC
  907. Compilers:
  908.   - Borland C++ 4.0
  909. Added : 01/01/95   Amended : 01/01/95 
  910. Licencing : Shareware
  911. FTP from ftp://oak.oakland.edu/SimTel/msdos/cpluspls/typesc10.zip
  912. Email:malpica@mailer.main.conacyt.mx
  913. ------------------------------------------------------------------------
  914. Unibase Framework - toolkit designed to simplify network programming
  915.  
  916. The UniBase Framework is a platform-independent toolkit designed to
  917. simplify network programming. You use standard iostream-derived
  918. communication streams with standard io operators, instead of messy
  919. connect() and listen() calls. You can leverage on ALL the code you already
  920. have using standard fstreams and iostreams with little or no modification
  921. and make your program NETWORKED today!
  922.  
  923. Unix versions due soon.
  924.  
  925. Free for any purpose, with little requirements (see details at the
  926. downloading home page listed below).
  927.  
  928. Operating Systems:
  929.   - PC Windows
  930. Compilers:
  931.   - Visual C++
  932. Added : 05/02/96   Amended : 05/02/96 
  933. Licencing : Copyrighted freeware
  934. Author:John Chia-chin Wang
  935. WWW http://bbs.csie.ntu.edu.tw/~jcwang/unibase/index.cgi
  936. Email:jcwang@csie.ntu.edu.tw
  937. ------------------------------------------------------------------------
  938. Unidraw - A graphical editor building library
  939.  
  940. Unidraw is a graphical editor building library based on top of InterViews.
  941.  
  942. Added : 01/01/95   Amended : 01/01/95 
  943. Licencing : Not known
  944. FTP from ftp://interviews.stanford.edu/
  945. ------------------------------------------------------------------------
  946. valarray<Troy>
  947.  
  948. Attempts at providing the functionality described in Chapter 26 of the
  949. draft C++ standard. None of the releases stick perfectly to the
  950. specifications of the proposed standard. Version 2.0 is a very deliberate
  951. step away from the draft as released in April 1995 for public comments in
  952. the USA: it is used as a proof of concept to support a revision of the
  953. original specs.
  954.  
  955. Some characteristics:
  956.   - heavy usage of templates and their automatic instantiation;
  957.   - avoidance of temporary arrays in array expressions;
  958.   - production of fast compact loops, but some overhead before entering
  959.     those loops.
  960.  
  961.  
  962. Operating Systems:
  963.   - Sun
  964.   - Cray
  965.   - PC
  966. Compilers:
  967.   - Borland C++ 4.5
  968.   - Sun CC 4.x
  969.   - Sun CC 3.x
  970.   - CRI C++ (Cray)
  971.   - IBM xlC
  972.   - SGI NCC
  973.   - Apogee CC
  974. Added : 01/01/95   Amended : 22/05/96 
  975. Licencing : Non commercial
  976. Author:David Vandevoorde
  977. FTP from ftp://ftp.cs.rpi.edu/pub/vandevod/Valarray
  978. Email:vandevod@cs.rpi.edu
  979. Postal address:Department of Computer Science, Rensselaer Polytechnic Institute, Troy, NY12180, USA
  980. ------------------------------------------------------------------------
  981. wxWindows - C++ class library for building Motif, Open Look, Windows 3.1 and NT
  982. applications
  983.  
  984. C++ class library for building Motif, Open Look, Windows 3.1 and NT
  985. applications from the same source code. One simple API is provided for all
  986. platforms. wxWindows supports objects such as frames, subwindows, buttons,
  987. list boxes, icons, and bitmaps, and supports drawing into canvases,
  988. PostScript files, Windows printers, metafiles and bitmaps using the same
  989. drawing primitives.
  990.  
  991. wxWindows provides a hypertext help facility, and a utility for
  992. maintaining documentation in printed and three hypertext formats. It also
  993. provides an interprocess communication API based on DDE, that works under
  994. both Windows 3.1 and UNIX. Documentation is available in PostScript, RTF,
  995. Windows Help, wxHelp and HTML formats.
  996.  
  997. Julian Smart, Artificial Intelligence Applications Institute, University
  998. of Edinburgh, 80 South Bridge, Edinburgh, Scotland, EH1 1HN, TEL:   031
  999. 650 2746
  1000.  
  1001.  
  1002. Added : 01/01/95   Amended : 01/01/95 
  1003. Licencing : Not known
  1004. FTP from ftp://ftp.aiai.ed.ac.uk/pub/packages/wxwin
  1005. Email:J.Smart@ed.ac.uk
  1006. Postal address:Julian Smart, Artificial Intelligence Applications Institute, University of Edinburgh, 80 South Bridge, Edinburgh, Scotland, EH1 1HN
  1007. Tel:031 650 2746
  1008. ------------------------------------------------------------------------
  1009. XMS200JE.ZIP - XMS array class library
  1010.  
  1011. Wrapper classes to access XMS, UMBs and the HMA, as well as a templated
  1012. XMS array class. Test suites and timing programs provided for each class.
  1013. Source included. Free. DOS PC/Borland C++ specific.
  1014.  
  1015. Operating Systems:
  1016.   - PC DOS
  1017. Compilers:
  1018.   - Borland C++
  1019. Added : 01/01/95   Amended : 01/01/95 
  1020. Licencing : Not known
  1021. FTP from ftp://garbo.uwasa.fi/pc/c-lang/
  1022. FTP from ftp://oak.oakland.edu/pub/msdos/cplusplus/
  1023. ------------------------------------------------------------------------
  1024. XRLCAD - CXrL CAD toolset
  1025.  
  1026. This package contains a C++ class library to manipulate Structure (as in
  1027. Calma/CIF) hierarchies. There is also loaders for CIF and Calma, as well
  1028. as output drivers for these formats. A bunch of demo programs are included
  1029. which I wrote when I was testing the library, and these programs turned
  1030. out be quite useful tools.
  1031.  
  1032. The library is still in its infancy, but it's reasonably solid; in a few
  1033. months I'll take another look at it and probably overhaul it.
  1034.  
  1035. Operating Systems:
  1036.   - sparc-sunos-4.1.3
  1037.   - sparc-sunos-5
  1038.   - rs6000-aix-3.2
  1039.   - decstation-ultrix4.2
  1040.   - hppa1.1-hpux9.05
  1041. Compilers:
  1042.   - Sun CC
  1043.   - Cfront
  1044.   - Gnu CC
  1045. Added : 01/01/95   Amended : 01/01/95 
  1046. Licencing : Copyrighted freeware
  1047. Author:Mumit Khan
  1048. Fax:+1 608 265 3811
  1049. WWW http://www.xraylith.wisc.edu/~khan/software/xrlcad/xrlcad.html
  1050. Email:khan@xraylith.wisc.edu
  1051. Postal address:Mumit Khan, Research Staff, Center for X-ray Lithography, University of Wisconsin-Madison
  1052. Tel:+1 608 265 6075
  1053. ------------------------------------------------------------------------
  1054. YACL - Yet Another Class Library
  1055.  
  1056. YACL is a freely available C++ class library that includes GUI classes
  1057. based on the Model-View-Controller paradigm. The class protocols are
  1058. designed in a platform independent manner, and are implemented under Motif
  1059. 1.2 as well as under Microsoft Windows and OS/2. This makes it possible to
  1060. maintain a single code base for an application that runs on all three
  1061. platforms. YACL also includes a suite of container and data storage
  1062. classes for general-purpose programming.
  1063.  
  1064. Operating Systems:
  1065.   - Motif
  1066.   - PC Windows 3
  1067.   - OS/2
  1068.   - X Windows
  1069. Added : 01/01/95   Amended : 05/02/96 
  1070. Licencing : Not known
  1071. Fax:(803) 777-3767
  1072. FTP from ftp://ftp.cs.sc.edu/pub/yacl
  1073. WWW http://www.cs.sc.edu/~sridhar/yacl.html
  1074. Email:sridhar@usceast.cs.sc.edu
  1075. Postal address:M. A. Sridhar, Department of Computer Science, University of South Carolina, Columbia, SC 29208, USA
  1076. Tel:(803) 777-2427
  1077. ------------------------------------------------------------------------
  1078. Trumphurst Home Page http://www.trmphrst.demon.co.uk/
  1079. Web version of this list http://www.trmphrst.demon.co.uk/cpplibs1
  1080. Mail amendments or additions to this list to cpplibs@trmphrst.demon.co.uk
  1081. The C++ Usenet Newsgroup is comp.lang.c++
  1082.  
  1083. Copyright (c)  1996  Nikki Locke, Trumphurst Ltd.
  1084. Permission is granted to distribute over the Internet without charge.
  1085. The author's permission is required (and usually given) to distribute
  1086. in any other way, including on CD.
  1087. Mail the author at faqdist@trmphrst.demon.co.uk for permission to distribute
  1088.