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

  1. Path: informatik.tu-muenchen.de!fu-berlin.de!news.nacamar.de!www.nntp.primenet.com!nntp.primenet.com!cpk-news-hub1.bbnplanet.com!cam-news-hub1.bbnplanet.com!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 (4/6)
  5. Supersedes: <C++-faq/libraries/part4_843489990@rtfm.mit.edu>
  6. Followup-To: poster
  7. Date: 24 Oct 1996 09:53:11 GMT
  8. Organization: Trumphurst Ltd.
  9. Lines: 409
  10. Approved: news-answers-request@MIT.Edu
  11. Expires: 7 Dec 1996 09:47:19 GMT
  12. Message-ID: <C++-faq/libraries/part4_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++:216984 comp.answers:21886 news.answers:84954
  21.  
  22. Archive-name: C++-faq/libraries/part4
  23. Comp-lang-c++-archive-name: C++-faq/libraries/part4
  24.  
  25. Available C++ libraries FAQ (4/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)                        (part3)
  35.    Tools for C++ Programmers                                (this file)
  36.    Libraries with no known FTP site                         (this file)
  37.    Source code from books                                   (this file)
  38.    Other places to look for details of C++ libraries        (this file)
  39.    Useful ftp sites                                         (this file)
  40.    Commercial libraries (A-N)                               (part5)
  41.    Commercial libraries (O-Z)                               (part6)
  42.    Other commercial sources of C++ code                     (part6)
  43.  
  44. ------------------------------------------------------------------------
  45. Tools for C++ Programmers
  46. ~~~~~~~~~~~~~~~~~~~~~~~~~
  47. Cback - Cfront optimiser
  48.  
  49. Cback optimizes C source from the cfront C++ translator to create easy to
  50. read, smaller, faster and portable C source, while maintaining or
  51. improving compile times
  52.  
  53. Improves run-time performance by:
  54.   - Minimizing object code size (especially in debug)
  55.   - Minimizing cfront output code size
  56.   - Simplifying cfront data structures and expressions
  57.  
  58. Improves programmer productivity with:
  59.   - Easier to read C source from cfront output
  60.   - Portable C source from cfront output
  61.   - Faster link times, reducing the debug cycle
  62.   - Seamless integration into existing compile paths
  63.   - Availability on a broad range of Unix platforms
  64.  
  65.  
  66. Added : 01/01/95   Amended : 01/01/95 
  67. Licencing : Not known
  68. Fax:303.416.0753
  69. Fax:508.454.7559
  70. Email:al@newcode.com
  71. Email:zeev@newcode.com
  72. Email:info@newcode.com
  73. Postal address:Western Office: NewCode Technology, Inc., 2406 Newport Court, Fort Collins, CO 80526
  74. Postal address: Eastern Office:NewCode Technology, Inc., 650 Suffolk Street, Lowell, MA 01854
  75. Tel:Corporate HQ: 1.800.NEWCODE (1.800.639.2633)
  76. Tel:303.416.0784
  77. Tel:508.454.7255
  78. ------------------------------------------------------------------------
  79. ClassAction - OO design and C++ code gen
  80.  
  81. ClassAction is an Object Oriented design tool for Windows 95 based on an
  82. approximation of the OMT methodology.  It generates C++ code suitable for
  83. MFC 4.0.  Contains context sensitive help, floating/dockable toolbar,
  84. drag/drop support.  Also has install/uninstall.
  85.  
  86. The current version is the first beta version.
  87.  
  88. Operating Systems:
  89.   - PC Windows 95
  90. Added : 07/08/96   Amended : 07/08/96 
  91. Licencing : Shareware
  92. Author:Shane Hyde, Trontech Pty Ltd
  93. FTP from ftp://ftp.simtel.net/pub/simtelnet/win95/prog/clsa10b1.zip
  94. Email:Shane_Hyde@msn.com
  95. ------------------------------------------------------------------------
  96. Classdoc - AWK package to produce documentation from C++ source
  97.  
  98. Dag Bruck has written this package in AWK. It produces UNIX-style manual
  99. pages from C++ class headers. If you are interested in automatic
  100. documentation, you might want to look at this.
  101.  
  102. Added : 08/02/96   Amended : 08/02/96 
  103. Licencing : Not known
  104. Email:dag@control.lth.se - Mail Dag Bruck
  105. ------------------------------------------------------------------------
  106. DocClass - Generates class documentation from source files
  107.  
  108. Docclass is a simple C++ program which reads in C++ header files, and
  109. outputs documentation describing the class hierarchy, methods, inherited
  110. methods etc.
  111.  
  112. Docclass has a rather dumb parser, but it should cope with reasonably sane
  113. C++ class declarations. It understands comments, and tries to group the
  114. comments with the appropriate class or method. 
  115.  
  116. Docclass does not require templates, or nested classes, as many people had
  117. C++ compilers which didn't support them. With any luck, it should
  118. understand them a little in the code it analyses, though.
  119.  
  120. Docclass is Copyright (c) Trumphurst Ltd. I have made it available on the
  121. Internet for personal use only. Please do not use it in a commercial
  122. situation (except for testing to see if it is suitable) without first
  123. obtaining permission (mail address below).
  124.  
  125. Operating Systems:
  126.   - Unix
  127.   - PC DOS
  128. Compilers:
  129.   - Borland C++
  130.   - Zortech C++
  131.   - Gnu CC
  132. Added : 08/02/96   Amended : 08/02/96 
  133. Licencing : Copyrighted freeware
  134. FTP from ftp://ftp.demon.co.uk/pub/trumphurst/docclass/docclass.txt - Text description
  135. FTP from ftp://ftp.demon.co.uk/pub/trumphurst/docclass/docclass.tar.Z - Unix version
  136. FTP from ftp://ftp.demon.co.uk/pub/trumphurst/docclass/docclass.zip - DOS version
  137. WWW http://www.ashmount.com/trumphurst/docclass.htm - DocClass Web page
  138. Email:docclass@trmphrst.demon.co.uk - Mail the author
  139. ------------------------------------------------------------------------
  140. MkHelp - Generate HTML documentation from source files
  141.  
  142. Pretty good beta level documentation generator.
  143. Generates fully cross-referenced class descriptions from .i files output
  144. by your compiler's preprocessor. Can extract comments from the source code
  145. and include them in the documentation (comments have to be immediately
  146. before the class, variable or method).
  147. Pretty configurable - can generate the files in any language, for
  148. instance.
  149. Has a few problems with some apparently correct syntax, and does not
  150. document typedefs, enums or global variables.
  151.  
  152. Operating Systems:
  153.   - PC 32-bit Windows
  154.   - Solaris
  155. Compilers:
  156.   - Borland C++
  157.   - Visual C++
  158.   - Cfront
  159. Added : 02/08/96   Amended : 02/08/96 
  160. Licencing : Non commercial
  161. WWW http://www.geocities.com/CapeCanaveral/1330/mkhelp.html
  162. Email:wilmot@mail.club-internet.fr
  163. ------------------------------------------------------------------------
  164. Libraries with no known FTP site
  165. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  166. Algebra - Collection of C++ classes to represent and edit equations in a GUI
  167.  
  168. Object classes to represent/edit algebric equations in Windows: number,
  169. literal, boolean, + and - infinite, indeterminations group, document,
  170. line, page, list, sum, negation, division,multiplication, root, raise,
  171. equal, lessThan, lessThanOrEqual etc..., equivalent, implication.  
  172. Implementing: log,exp,sin,cos,tg,cotg,cos,asin,acos,atg, logic operators,
  173. etc...
  174.  
  175. Operating Systems:
  176.   - PC 32-bit Windows
  177. Compilers:
  178.   - Borland C++
  179. Added : 28/03/96   Amended : 03/10/96 
  180. Licencing : Non commercial
  181. WWW http://www.geocities.com/Athens/6308
  182. Email:RuiHFAzevedo@mail.telepac.pt
  183. ------------------------------------------------------------------------
  184. DCE++ - A C++ API for Programming Distributed Systems
  185.  
  186. DCE++ is a set of ANSI C++ classes that enable the rapid prototyping of
  187. distributed programs. The goal of DCE++ is to provide a platform
  188. independent C++ API to the significant components used in distributed
  189. computing. Namely: RPC, threads, Security and Naming across the widely
  190. used distributed computing platforms such as DCE, ONC and WNT.
  191.  
  192. It is expected that by encapsulating platform dependencies inherent in
  193. setting up rpcs, security etc. in DCE++ base classes, program development
  194. time can be drastically reduced. Moreover, a foundation can be provided
  195. for developing *portable* distributed program development tools.
  196.  
  197. The second *evaluation* version of DCE++, version 0.4, has been released
  198. on Dec 2'93. The release includes C++ bindings for remote procedure calls
  199. over DCE and ONC. A C++ threads api for programming DCE threads. A C++
  200. threads api for programming DCE distributed Time Service. The release is
  201. available free of charge upon signing a very liberal license agreement.
  202.  
  203. The license agreement is obtainable by anonymous ftp from hal.com. It is
  204. in the directory dce++. The same directory also contains the release notes
  205. for the 0.4 version and plans for 0.5 features. To obtain the code, please
  206. send the signed license agreement to:
  207.  
  208. Added : 01/01/95   Amended : 01/01/95 
  209. Licencing : Copyright (other)
  210. Author:William Leddy, Arjun Khanna
  211. Fax:512-794-8737
  212. FTP from ftp://hal.com/dce++/
  213. Email:arjun@hal.com
  214. Postal address:HaL Computer Systems, Austin, Texas
  215. ------------------------------------------------------------------------
  216. GenTools - A Computational Genomic Tool Suite
  217.  
  218. The University of Texas System CHPC and collaborators are addressing the
  219. problems of high performance platforms by developing GenTools, an
  220. interactive, distributed, loosely integrated, set of tools for DNA and
  221. protein sequence data analysis, phylogenetic analysis, and restriction
  222. mapping which combines different algorithm implementations, machines, and
  223. databases through a "bio-user" friendly set of graphical user interfaces.
  224.  
  225. Added : 01/01/95   Amended : 01/01/95 
  226. Licencing : Not known
  227. Fax:(512)471-2445
  228. Email:sarah@chpc.utexas.edu
  229. Postal address:Sarah Barron, GenTools Project Leader, Computational Molecular Biology and Genetics Group, University of Texas System Center for High Performance Computing, Balcones Research Center, CMS 1.154, 10100 Burnet Road, Austin, TX 78758-4497
  230. Tel:(512)471-2434
  231. ------------------------------------------------------------------------
  232. Source code from books
  233. ~~~~~~~~~~~~~~~~~~~~~~
  234. Bruce Eckel - Thinking in C++
  235.  
  236. eckelt03.zip contains the source code for Bruce Eckel's book "Thinking in
  237. C++" (Prentice-Hall 1995, ISBN: 0-13-917709-4).  This is the complete set
  238. of source code files from the book, including corrections after the book
  239. was published.  The package only contains ASCII text files.  They were
  240. prepared and tested with a number of compilers under DOS/Windows, and are
  241. intended to represent the correct language implementation at the time of
  242. their creation, rather than a particular compiler.  However, please be
  243. aware that the C++ language is still a draft standard, and some language
  244. elements are still subject to small changes.  The package is distributed
  245. as copyrighted freeware (you can use the code, and redistribute the
  246. package, but you cannot distribute modified versions of the package or
  247. portions of the package).
  248.  
  249. Special requirements: Compressed from the original DOS directory structure
  250. using PKZIP 2.04g.  When you unzip the package, use the -d flag to create
  251. directories and maintain the directory structure.
  252.  
  253. Changes: Includes errata sheets for the first printing of the book
  254. (corrected in the second printing).
  255.  
  256. eckelt03.zip has replaced eckelt01.zip (distributed on CIS & AOL).
  257.  
  258. Copyrighted FreeWare.  Uploaded by the author, Bruce Eckel <eckel@aol.com>.
  259.  
  260. Operating Systems:
  261.   - PC DOS
  262.   - PC Windows 3
  263. Added : 01/01/95   Amended : 01/01/95 
  264. Licencing : Copyrighted freeware
  265. Author:Bruce Eckel
  266. FTP from ftp://oak.oakland.edu/SimTel/msdos/cpluspls/eckelt03.zip
  267. Email:eckel@aol.com
  268. ------------------------------------------------------------------------
  269. Coplien - Advanced C++ Programming Styles and Idioms
  270.  
  271. Code from "Advanced C++ Programming Styles and Idioms" by  James O.
  272. Coplien, Addison-Wesley, 1992, ISBN
  273.  
  274. Added : 01/01/95   Amended : 01/01/95 
  275. Licencing : Not known
  276. FTP from ftp://netlib.att.com/netlib/c++/idioms
  277. ------------------------------------------------------------------------
  278. Hansen - C++ Answers book
  279.  
  280. Code from "The C++ Answer Book" by Tony L. Hansen , Addison-Wesley, 1990,
  281. ISBN 0-302-11497-6
  282.  
  283. Added : 01/01/95   Amended : 01/01/95 
  284. Licencing : Not known
  285. FTP from ftp://netlib.att.com/netlib/c++/answerbook
  286. ------------------------------------------------------------------------
  287. Smith - Object Oriented Software in C++
  288.  
  289. Source to the Book by Michael A. Smith  "Object-Oriented Software in C++",
  290. Chapman & Hall, London. 1993. ISBN 0 412 55380 5.
  291.  
  292. Added : 01/01/95   Amended : 09/02/96 
  293. Licencing : Not known
  294. FTP from ftp://unix.brighton.ac.uk/pub/mas
  295. Email:mas@unix.brighton.ac.uk
  296. ------------------------------------------------------------------------
  297. Other places to look for details of C++ libraries
  298. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  299. ASSET
  300.  
  301. ASSET is currently populating a library of reusable components and
  302. systems, and documents on software reuse, called the Worldwide Software
  303. Reuse Discovery library (WSRD, pronounced "wizard"). Included are assets
  304. in numerous languages including C++, C, and Ada.
  305.  
  306. Added : 01/01/95   Amended : 01/01/95 
  307. Licencing : Not known
  308. WWW http://source.asset.com/
  309. Email:info@source.asset.com
  310. Email:theeke@source.asset.com
  311. Postal address:Obtaining an ASSET account or accessing the WSRD library: ASSET Attn: Account Administrator P.O. Box 3305 1350 Earl L. Core Rd. Morgantown, WV 26505
  312. Postal address:Supplying products & advertisements: ASSET Attn: Patrick A. Theeke P.O. Box 3305 1350 Earl L. Core Rd. Morgantown, WV 26505
  313. Tel:(304) 284-9000
  314. Tel:(304) 284-9000
  315. ------------------------------------------------------------------------
  316. comp.object FAQ
  317.  
  318.  
  319.  
  320. Added : 01/01/95   Amended : 01/01/95 
  321. FTP from ftp://rtfm.mit.edu/pub/usenet-by-group/comp.object/
  322. Newsgroup:comp.object
  323. ------------------------------------------------------------------------
  324. comp.windows.misc - Portable GUI-software FAQ
  325.  
  326.  
  327.  
  328. Added : 01/01/95   Amended : 01/01/95 
  329. FTP from ftp://rtfm.mit.edu/pub/usenet-by-group/comp.windows.misc/
  330. Newsgroup:comp.windows.misc
  331. ------------------------------------------------------------------------
  332. ftp.th.darmstadt.de
  333.  
  334.  
  335.  
  336. Added : 01/01/95   Amended : 01/01/95 
  337. FTP from ftp:ftp.th-darmstadt.de/pub/programming/languages/C++/c++-products/
  338. ------------------------------------------------------------------------
  339. numcomp-free-c.gz
  340.  
  341. The index of resources for numerical computation in C or C++.
  342.  
  343. Added : 01/01/95   Amended : 01/01/95 
  344. FTP from ftp://usc.edu/pub/C-numanal/numcomp-free-c.gz
  345. ------------------------------------------------------------------------
  346. Useful ftp sites
  347. ~~~~~~~~~~~~~~~~
  348. Current CUG Library Catalog
  349.  
  350. The CUG CD-ROM file listing offers the most comprehensive look at the
  351. programming tools and utilities available from CUG. The complete annotated
  352. listing (about 1 megabyte) is available through anonymous ftp as
  353. follows:
  354.  
  355.  
  356. Added : 01/01/95   Amended : 01/01/95 
  357. Licencing : Not known
  358. FTP from ftp://cdrom.com//pub/cdrom/cdroms/cug/capsule.txt
  359. ------------------------------------------------------------------------
  360. ftp.luth.se
  361.  
  362.  
  363.  
  364. Added : 01/01/95   Amended : 01/01/95 
  365. FTP from ftp://ftp.luth.se/pub/languages/c++/ClassLibs/
  366. ------------------------------------------------------------------------
  367. ftp.th.darmstadt.de
  368.  
  369. A major repository of C++ stuff, mostly under the directory tree starting
  370. at /pub/programming/languages/C++. Includes a product list (from which
  371. some of the information in this document was taken) in various formats in
  372. sub-directory c++-products.
  373.  
  374. Added : 01/01/95   Amended : 01/01/95 
  375. FTP from ftp://ftp.th-darmstadt.de/pub/programming/languages/C++/
  376. ------------------------------------------------------------------------
  377. FTP/Mail gateways - Obtaining FTP files via email
  378.  
  379. If you don't have ftp access, send email to ftpmail@decwrl.dec.com saying
  380. "help".  You will get instructions on how to do ftp via email.
  381.  
  382. European users might like to try ftpmail@grasp.insa-lyon.fr instead.
  383.  
  384. Added : 01/01/95   Amended : 28/03/96 
  385. Email:ftpmail@grasp.insa-lyon.fr
  386. Email:ftpmail@decwrl.dec.com
  387. ------------------------------------------------------------------------
  388. Netlib
  389.  
  390.  
  391.   - research.att.com has email, ftp
  392.   - ornl.gov has email, xnetlib
  393.   - nac.no has email, xnetlib for Europe
  394.   - unix.hensa.ac.uk is a mail server useful for Europe. 
  395.   - ci.cs.uow.edu.au (130.130.64.3) in Australia
  396.  
  397. E.g. send email to netlib@ornl.gov to access by email.  This is a mail
  398. server. Send mail with the text "send index" or "send index from C++"
  399.  
  400. Added : 01/01/95   Amended : 01/01/95 
  401. Email:netlib@nac.no
  402. Email:netlib@ornl.gov
  403. Email:netlib@research.att.com
  404. ------------------------------------------------------------------------
  405. Simtel
  406.  
  407. The primary Simtel site is simtel.net, but there are many mirror sites all
  408. over the world.
  409.  
  410. Added : 01/01/95   Amended : 28/03/96 
  411. FTP from ftp://ftp.simtel.net/pub/simtelnet/msdos/cplusplus/
  412. ------------------------------------------------------------------------
  413. Source code newsgroups
  414.  
  415. ftp.uu.net  (e.g. usenet/comp.sources.reviewed archives the
  416. comp.sources.reviewed newsgroup).
  417.  
  418. Added : 01/01/95   Amended : 01/01/95 
  419. FTP from ftp://ftp.uu.net/usenet/
  420. ------------------------------------------------------------------------
  421. Trumphurst Home Page http://www.trmphrst.demon.co.uk/
  422. Web version of this list http://www.trmphrst.demon.co.uk/cpplibs1
  423. Mail amendments or additions to this list to cpplibs@trmphrst.demon.co.uk
  424. The C++ Usenet Newsgroup is comp.lang.c++
  425.  
  426. Copyright (c)  1996  Nikki Locke, Trumphurst Ltd.
  427. Permission is granted to distribute over the Internet without charge.
  428. The author's permission is required (and usually given) to distribute
  429. in any other way, including on CD.
  430. Mail the author at faqdist@trmphrst.demon.co.uk for permission to distribute
  431.