본문 바로가기

Robotics/Articles

사이트 북마크 리스트

공개 라이브러리 및 소스코드 관련

Program archives
----------------
AT&T netlib (numerical analysis, lapack)
ftp://netlib.att.com
Ericsson's C++ archives
ftp://euagate.eua.ericsson.se/pub/c++
Walnut Creek
ftp://ftp.cdrom.com
Garbo (DOS/windows)
ftp://garbo.uwasa.fi
Comp.sources.misc archives (unix)
ftp://wuarchive.wustl.edu/usenet
Jumbo freeware/shareware site
http://www.jumbo.com/

Source code
-----------
See also the sections "List of libraries", "Site lists",
"Environment", "Commercial" and "Everything sites"

STLport - a free, open source C++ standard library that runs
on just about any compiler.
http://www.stlport.com
D.R. Musser and Atul Saini, STL Tutorial and Reference
Guide: C++ Programming with the Standard Template Library
Addison-Wesley, Reading, MA, 1996.
Includes stl and ANSI-like string class (now out of date)
ftp://ftp.cs.rpi.edu/pub/stl/book/
SGI version of standard template library (PCs or unix)
Code, documentation, links
http://www.sgi.com/Technology/STL/
Standard C++ library (Integrated with SGI STL 3.2, templatized
IOStreams and locales, wrappers for C headers putting the symbols
into namespace std)
http://www.claas-solutions.de/cxxrt/
ANSI-like string class (almost same as Musser/Saini string class)
ftp://ftp.primenet.com/users/k/kj7bg/bstring.zip
Johathan Lundquist's non-standard library covering the same kind of facilities
as the standard library
http://www.mindspring.com/~fluxsmith/library.htm
Repository for free C++ libraries; submissions are peer reviewed; emphasis on
libraries which work well with the C++ Standard Library
http://www.boost.org/
Database template library: Make ODBC recordsets look like an STL container;
move through our containers using standard STL iterators; and if you insert(),
erase() or replace() records in our containers changes are automatically
committed to the database.
http://dtemplatelib.sourceforge.net/index.htm
Regular expression editor (portable), OLE automation examples (MS Windows) etc
http://ourworld.compuserve.com/homepages/John_Maddock/index.htm
John J. Barton and Lee R. Nackman: Scientific and Engineering C++
*no longer there*
http://www.research.ibm.com/xw-SoftwareTechnology-books-SciEng-AboutSciEng.html
Source code from  Accelerated C++ by Andrew Koenig and Barbara Moo
http://www.acceleratedcpp.com
Unicode support library (open source): includes character set conversions,
collation, a Unicode based string class, date, time and calendar support, and
much more.
http://oss.software.ibm.com/icu
Edward M. Reingold's Calendar Papers and Code
http://emr.cs.uiuc.edu/~reingold/calendars.shtml
Todd Knarr's date and time classes
The files Date.C and Date.h contain a date class capable of handling
dates from 1 Jan 4713BC to 31 Dec 9999AD. Time.C and Time.h contain
a time class capable of to-the-second time resolution. This seems to
have vanished - they're back!
ftp://ftp.xmission.com/pub/users/t/tknarr
###August
e4graph: C++ library for storing "irregular" data
http://www.e4graph.com/e4graph/
http://sourceforge.net/projects/e4graph/
"DS++", a data structures library written in C++
ftp://dino.ph.utexas.edu/furnish/ds++-951128.tar.gz
*no longer there*
http://dino.ph.utexas.edu/~furnish/ds++
Oracle Call Interface Template Library
http://home.sprynet.com/sprynet/skuchin/otl_1pg.htm
M. A. Sridhar: Building Portable C++ Applications with YACL
http://www.cs.sc.edu/~sridhar/yacl.html
ftp://ftp.cs.sc.edu/pub/yacl
Newmat10 matrix library, Newran02 random number library
http://www.robertnz.com
###September
GMM++ - Generic C++ Matrix Library
http://www.gmm.insa-tlse.fr/getfem/gmm.html
GETFEM++: Generic and efficient C++ library for elementary
computations for finite element methods
http://www.gmm.insa-tlse.fr/getfem
Roldan Pozo's sparselib++ and mv++ (& lecture notes on numerical C++)
http://math.nist.gov:80/pozo 
http://math.nist.gov:80/acmd/Staff/RPozo/
Template Numerical Toolkit (TNT) is a collection of interfaces
and reference implementations of numerical objects useful for
scientific computing in C++.
http://math.nist.gov/tnt/
Dan Quinlan's A++/P++ (also a pretty comprehensive set of numerical links).
http://www.extreme.indiana.edu/hpc++/
The Matrix Template Library - includes sparse matrices, iterative
methods etc
http://www.osl.iu.edu/research/mtl/
The Blitz++ Numerical Library Project
(techniques which will enable C++ to rival the speed of Fortran for
numerical computing, while preserving an object-oriented interface)
http://oonumerics.org/blitz/
MET is a C++ matrix class library which promotes the notational
convenience of linear algebraic codes but is free of the overhead
of superfluous temporary matrix objects.
http://met.sourceforge.net/
GNUSSL Scientific Software Library.  Linear algebra and arrays.
ftp://prep.ai.mit.edu/pub/gnu/gnussl-0.2.1.tar.gz
Easy to use and powerful numerical library
http://home.cern.ch/l/ldeniau/www/html/sl++.html
Rlab: Matlab "semi-clone" written in C++
http://www.eskimo.com/~ians/rlab.html
rmatrix - matrix library and associated classes
http://flamingo.snu.ac.kr/~rmatrix/
Ed Tisdale's multidimensional array package
http://www.netwood.net/~edwin/svmtl/
Parallel Mathematical Libraries Project
Sparse iterative, direct, sequential and parallel solvers in C++,
It supports NT systems and NT clusters.
http://www.erc.msstate.edu/labs/hpcl/pmlp
Templated library for complex numbers, dynamic vectors, static vectors, full
matrices, band matrices, sparse matrices, etc. and a representation for Tensors
including contraction, direct product and multiplication.
http://hft.e-technik.uni-dortmund.de/uk.html
Multidimensional array library using expression templates
http://www.mai.liu.se/~oseno/expresso
Keith Briggs' double double (quad) precision package
http://www-epidem.plantsci.cam.ac.uk/~kbriggs/doubledouble.html
apfloat: C++ High Performance Arbitrary Precision Arithmetic Package
http://www.iki.fi/~mtommila/apfloat/
HiPiLib Libraries - arbitrary precision arithmetic
(Free to some users - otherwise commercial)
http://www.hipilib.de/
Extend range of exponents of floating point numbers
(Same precision as double, exponent range is increased)
http://www.nbif.org/software
CLN - Class Library for Numbers (includes extra precision)
http://www.ginac.de/CLN/
> I've been looking for Big Numbers libraries in C++ through Internet
Hfloat
http://www.jjj.de/joerg.html
MIRAC
ftp://ftp.compapp.dcu.ie/pub/crypto/
Numerical optimisation (local and global)
http://www-math.cudenver.edu/~rvan/VerGO/VerGO.html
Parallel Object-oriented Methods and Applications (POOMA) framework
http://www.acl.lanl.gov/pooma
Portable Expression Template Engine
http://www.acl.lanl.gov/pete
"deal" finite element library
http://gaia.iwr.uni-heidelberg.de/~deal
"vs.lib" integrable/differentiable objects in C++, and "fe.lib",
an object-oriented finite element library fe.lib has free source
code, however, it is written with vs.lib which is not free.
http://www.vector-space.com/
Finite elements and partial differential equations
http://augustine.mit.edu/Christophe.Prudhomme/gfem.php
Modelling 3D fluid flow and other 3D diff. eq. modelling
http://www.vug.uni-duisburg.de/MOUSE
Rheolef: a finite element environment - C++ classes and unix commands
http://www-lmc.imag.fr/lmc-edp/Pierre.Saramito/rheolef
Class Library for Accelerator System Simulation and Control
(includes a matrix package amongst other things)
http://wwwslap.cern.ch/classic/
Digital signal processing library
http://spuc.webjump.com/
Informatique CDC www page (Bison++, flex++, remote procedure
   call library) (This link seems to be broken)
http://www.icdc.fr/
Qt-based Scientific Modeling and Plotting Library
OptSolve++ -- Nonlinear Optimization and Root-Finding
http://www.techxhome.com/
###October
Opensprings C++ libraries - mostly GUI at present, more to come
(GPL or commercial license)
http://www.opensprings.org/?q=node/view/3
Zinc cross-platform GUI
(A commercial product available free for personal use)
http://www.zinc.com/
###August
Qt: multiplatform C++ application framework (commercial product, but there
is a free GPL version
http://www.trolltech.com/
http://www.fltk.org/index.html
C++ graphical user interface toolkit for X (UNIX®), OpenGL, and WIN32
C++ based Toolkit for developing Graphical User Interfaces
http://cyberia.cfdrc.com/FOX/fox.html
C++ Application Framework for the X Window System
http://www.its.caltech.edu/~jafl/jx/
Code guru (lots of MFC stuff & notes on how to do things)
http://www.codeguru.com/
COOOL optimisation (ie finding numerical maxima and minima) library
ftp://ftp.cwp.mines.edu/pub/cwpcodes/coool
http://www.cwp.mines.edu/cwpcodes/coool/
ADAPTIVE Communication Environment (ACE): An Object-Oriented
Network Programming Toolkit in C++
http://www.cs.wustl.edu/~schmidt/ACE.html
Middleware generator - you send this website a description of an object -
it sends back code to send and receive this object. Access user guide from
"C++ Middleware Form" page.
http://www.webebenezer.com
C++ interface to the netCDF portable binary data format:
(for atmospheric scientists and geophysicists)
http://www.unidata.ucar.edu/packages/netcdf/faq.html#cplusplus
Snippets collection - computer science and mathematics functions, mostly
C, some C++
http://www.snippets.org/
Data mining and analysis
http://www.sgi.com/Technology/mlc
Object Oriented MPI (OOMPI): A full-featured class library for MPI.
What's MPI? Message passing interface (for parallel processors)
http://www.osl.iu.edu/research/oompi/
C++-Wrapper for MPI (parallel programming)
http://www.loria.fr/projets/para++
Physics and parallel processing software (and articles)
http://www.acl.lanl.gov/software/
... a collection of C++ string, array, and matrix
classes in the public domain
http://www.cs.virginia.edu/~alb/techrep/techrep.html
Genetic Algorithms (GA) class library called TOLKIEN.
http://home.netvigator.com/~anthony/tolkien.html
An Algebraic Typing and Pattern Matching Preprocessor for C++
http://www.primenet.com/~georgen/app.html
... a collection of C++ algebraic objects, allowing equation
representation+edit under windows environment.
http://www.geocities.com/Athens/6308
Crypto++ is a free C++ class library of cryptographic primitives
http://www.eskimo.com/~weidai/cryptlib.html
C++ wrapper for Peter Gutmann's cryptlib
ftp://ftp.franken.de/pub/crypt/cryptlib/CryptCpp.zip
Multiple integer and rational arithmetic c/c++ library
http://indigo.ie/~mscott/
Matpack - C++ matrix and vector algebra, random number generators,
special functions, FFT, quaternions, differential equations,
integration, interpolation
http://www.matpack.de/
LinAl - simple, easy to use yet fast library for linear algebra in C++.
http://linal.sourceforge.net/LinAl/Doc/linal.html
Matlab to C++ Compiler and C++ Math Matrix Library - MATCOM V2
Now is commercial, but you can download a 30 day trial version
http://www.mathtools.com
Mark Von Tress's matrix package: large matrices on small PCs
http://ourworld.compuserve.com/homepages/MSVonTress/homepage.htm
LinAl is a simple, easy to use and efficient linear algebra library
http://linal.sourceforge.net/
LEDA: data structures, graph algorithms and geometric algorithms etc
http://www.mpi-sb.mpg.de/LEDA/leda.html
Shareware database system - registered version includes source code;
also links to other database sites relevant to C++ & databases
http://www.equi4.com/metakit/
George Barwood's cryptographic software
http://ds.dial.pipex.com/george.barwood/crypto.htm
The fastest FFT in the West
(UNIX; in C but maybe you can put a C++ wrapper on it)
http://www.fftw.org
2x2,3x3,4x4 inline matrix manipulation
http://www.animats.com/topics/developers.html
Sage++ translater for parallel C++
http://www.extreme.indiana.edu/sage/index.html
Data aquisition, storage, analysis and presentation of
large bodies of scientific (particularly physics) data
http://root.cern.ch/
###August
http://wissrech.iam.uni-bonn.de/research/projects/AWFD/index.html
AWFD: C++ library for wavelet based solvers for PDEs and integral equations
Assertion checking (forall, x/x',time) & logging - parts require gcc
http://www.cs.ntu.edu.au/homepages/pjm/nana-home
FFT (Fast Fourier Transform) for Borland C++Builder (shareware)
http://www.lohninger.com/fourier.html
http://qspr03.tuwien.ac.at/lo/fourier.html
Numerical recipes in C, F* etc
(Online access to book, online store for software, etc)
http://www.nr.com/
CIDLib: general purpose C++ development framework, 300+ classes.
Source, documentation & tutorial. Release is for NT/VC++, but portable
to other platforms. Expect Linux version soon. Includes environment, collection
classes, numerous core data types, encryption, error message and exception
management, file system support, TCP/IP, regular expressions, windows and
graphics support, etc. etc.
http://www.charmedquark.com/
Brighton University Resource Kit for students
http://burks.bton.ac.uk/burks/
Nonlinear statistical modelling using automatic differentiation
(main product is commercial but there is a demonstration version
for download)
http://www.island.net/~otter/index.html
Computational thermodynamics library - Gibbs energy of
multi-compartment systems
http://www.chem.msu.su/~rudnyi/tdlib/
GAlib: A C++ Library of Genetic Algorithm Components
http://lancet.mit.edu/ga/
ROBOOP: A Robotics Object Oriented Package in C++
(for simulation of robotic manipulator models)
http://www.cours.polymtl.ca/roboop/
libsql++ is a c++ library that wraps ODBC calls into an oo interface.
Provides c++ applications with an easy to use approach to databases.
http://www.orcane.net/sql++/
C++ Library for accessing multiple SQL databases - shareware
http://www.sqlapi.com/index.html
DGC is a conservative distributed garbage collection library
built on top of Boehm and Demers' collector for (mainly)
uniprocessors.
http://www.yl.is.s.u-tokyo.ac.jp/gc/dgc.shtml
ftp://ftp.yl.is.s.u-tokyo.ac.jp/pub/gc/dgc-0.1b.tar.gz
C++ Library for Quantum Computer Emulation
http://home.plutonium.net/~dagreve/qdd.html
Multi-variate polynomial interpolation
http://www.mi.uni-erlangen.de/~sauer/
C++ classes for speech recognition
http://www.bigfoot.com/~Jialong_He
C and C++ code with emphasis on Windows and MFC
also tutorial
http://www.Planet-Source-Code.com
C++ uniform random number generators
(For BeOS but I imagine they are portable)
http://www.users.dircon.co.uk/~bebox/rng.html
Numerical and computer science routines in C
http://www.willnaylor.com/wnlib.html
C++ interface to ARPACK ( Fortran routines for
eigenvalues of sparse matrices)
http://www.ime.unicamp.br/~chico/arpack++/
http://www.caam.rice.edu/software/ARPACK/
Programs from modelling vibration
http://www.vibrationdata.com/software.htm
library for filtering and transforming STL containers
(development stage at present)
http://www.zib.de/weiser/vtl/
JPEG image compression (C code)
http://www.ijg.org/
Mathematical expression parser
http://alienorb.com/Parser/
Functional programming library
http://www.cc.gatech.edu/~yannis/fc++/

Compilers
---------
See the G++ FAQ list for where to download the G++ compiler
ECGS home page (experimental Gnu C++ compiler)
http://egcs.cygnus.com/
"Ch" interpreter for C and subset of C++
(free for academic and non-profit organisations)
http://www.softintegration.com
Digital Mars C and C++ Compilers for Win32, Win16, DOS32 and DOS
Free for older version, low cost for latest
http://www.digitalmars.com
Borland C++ compiler version 5.5 for windows (free)
http://www.inprise.com/downloads/#cppbuilder
Running Borland 5.5 compiler under Borland 5.02 IDE
http://www.sirma.bg/knowledgebase/
Intel compiler for Linux - free for non-commercial use
(There is also a version for Windows but it isn't free after 30 days)
[You have to register to do the download]
http://www.intel.com/software/products/compilers/clin/noncom.htm
Free, public domain C/C++ compiler and checker technology (with source)
http://www.cse.unsw.edu.au/~patrykz/TenDRA/

Environment
-----------
IDE for Gnu G++ under MS Windows (also list of free compilers etc)
http://www.bloodshed.net/devcpp.html
OSE class library (error management, memory management, date/time etc),
environment and documentation tools
http://www.dscpl.com.au/
ABC++ is a preprocessor and documentation tool which translates an
extended C++ syntax into ANSI C++.
http://patriot.net/~jones
Software dev tools purchased or considered by Fermilab
http://www.fnal.gov/cd/sweng/sweng.html
###August
HTML-kit: simple editor for MS Windows that includes a mode for C++
www.chami.com/html-kit

User and special interest groups
--------------------------------
C++ and C SIG (New York)
http://www.cppsig.org/
C++ SIG of Object Developers Group (ODG), New York City
http://www.objdev.org/news/c.html
C++ SIG (San Francisco/Bay Area)
http://www.cantrip.org/catcpp/
Association of C & C++ users
http://www.accu.org/

Conferences
-----------
ACCU conference (England) April 2003
http://www.accuconference.co.uk/
List of computer science and mathematics conferences
http://www.netlib.org/confdb/Conferences.html

Related languages
-----------------

Online magazines and journals
-----------------------------
 
Technical reports and papers
----------------------------
See also C++ authors
Quinn Tyler Jackson's papers
http://qtj.n3.net/~quinn/
Interviews with Nathan Myers and Stan Lippman of state of C++
http://www.technetcast.com/tnc_cpp0.html
Paul Pedriana: High Performance Game Programming in C++
http://www.ccnet.com/~paulp/index.html

Call for papers
---------------
Articles on all aspects of C++ are being sought for publication in C++
Toolbox, a new column on C++ programming that premiered in the January 1996
issue of SIGPLAN Notices.
http://www.cs.rpi.edu/~wiseb/sigplan/toolbox-call.html
http://www.cs.rpi.edu/~wiseb/sigplan/toolbox-call.txt
http://www.cs.rpi.edu/~wiseb/sigplan/toolbox.html
   (includes past issues)

Websites for authors of C++ books and articles
----------------------------------------------
Nicolai M. Josuttis
(The C++ Standard Library, C++ Templates - The Complete Guide)
http://www.josuttis.com/
Daveed Vandevoorde (C++ Templates - The Complete Guide)
http://vandevoorde.com/Templates
Scott Meyers (also consulting/training services)
http://www.aristeia.com/
Steve Heller, author and software engineer
Copies of his books "Who's Afraid of C++?" and
"Optimizing C++" online here.
http://www.steveheller.com/
Jesse Liberty (also consulting/training services)
http://www.libertyassociates.com
Robert Martin (look at the articles page)
http://www.objectmentor.com/
Douglas C. Schmidt (Networking, C++ report, etc)
http://www.cs.wustl.edu/~schmidt/
Ian Joyner (programming languages, object-orientation,
distributed processing, and people factors)
http://homepages.tig.com.au/~ijoyner/
Scott Robert Ladd
http://www.coyotegulch.com/
Herb Sutter (standards, Guru of the week, articles)
http://www.gotw.ca/
Ray Lischner (C++ in a Nutshell - forthcoming; draft copy)
http://www.tempest-sw.com/cpp/

Consulting services
-------------------
(but with some free things)
...technical help and expert consulting on a variety of topics,
for free (for now)
http://www.experts-exchange.com
San Francisco Bay Area Center for Advanced Technology
(consulting, training, interesting articles)
http://www.centeradv.com
 
Commercial
----------
See also consulting services
Engineering Objects International - Peter N Roth
C++ & Delphi Specialists (Class builder)
http://engineeringobjects.com
ObjectSpace (class libraries: STL + other toolkits)
http://www.objectspace.com
ObjectSoftware: Javadoc-like documentation tool; other development tools
http://www.obsoft.com
Ochre software: source code beautifier for C++. Fully
functional 15 day trial is available for download
http://www.ochre.com.au/index.html
Upspring Software - Development and Quality Assurance products
including C++ browser (50 standard queries; text and graph views;
class member attributes; macros and compiler generated constructs;
understands function/operator overloading; integrated editors; etc)
http://www.upspringsoftware.com/products/coderover/index.html
Cygnus solutions
http://www.cygnus.com/
Rogue Wave software
http://www.roguewave.com/
Dundas Software (M++ multidimensional array and math library)
http://www.dundas.com/index.asp?/products/dyad
###June
NMath Matrix is an advanced matrix manipulation library for the
.NET platform (commercial software - free trial version)
http://www.centerspace.net/products.php?page=2
Advanced Scientific Applications, Inc.
http://www.scimath.com/
Dakota Scientific Software
http://www.scisoft.com/
I-Logix (object oriented design, UML, papers on UML etc)
http://www.ilogix.com
ObjecTime (real-time object oriented programming)
http://www.objectime.com/
Addison-Wesley books (includes descriptions of their C++ books)
http://www.aw.com/cseng/
Waite group press
http://www.waite.com/
Plum Hall (validation suites etc)
http://www.plumhall.com/index.html
KAI (Kuck & Associates, Inc.)
The KAI compiler has been discontinued
http://developer.intel.com/software/products/kcc/
Edison Design Group (C++ front ends)
http://www.edg.com
Intel C++ compiler (see also compilers)
http://www.intel.com/software/products/compilers/c50/
Comeau Computing (C++ front ends)
http://www.comeaucomputing.com
Delta logic (STL products - also list of STL resources)
http://www.deltalogic.com/
Codebase: xBASE compatible database engine for C/C++
http://www.sequiter.com/
C++ report (RIP)
http://www.creport.com/
Dr Dobbs Journal
http://www.ddj.com
C/C++ Users' Journal
http://www.cuj.com
Visual C++ dev journal
http://www.vcdj.com/default.asp
Template Graphics Software (3D graphics libraries)
http://www.tgs.com/
Genitor Corporation (graphical editing environment & other
tools for constructing, documenting, and maintaining C/C++ code)
http://www.genitor.com
Numerical objects PDE portal and diffpack site
This is a commercial site with links to Partial Differential
Equation sites. Free access to some diffpack source code.
Reports on applications of diffpack and general numerical
programming.
http://www.pdeportal.com/
C++-Class-Libraries (GUI - Scheduling - Planning - Optimization)
http://www.ilog.fr
Parasoft (software quality development tools)
http://www.parasoft.com/insure/index.htm
###August
OPT++: Object-Oriented Nonlinear Optimization Library
http://crd.lbl.gov/~meza/projects/opt++/
Tech-X Corporation - object oriented numerics
(optimisation and physics applications)
Optimisation program available for free non-commercial use 
http://www.techxhome.com
Object continuum - date/time and ODBC classes
http://www.objectcontinuum.com
Object Design - object oriented data management including
large-scale financial systems, packaged software applications,
high-performance commercial Web sites, telecommunications
http://www.objectdesign.com
IP*works - network interface components - trial versions available
for download.
http://www.nsoftware.com/index.asp
jfront inc.
C++ library for parsing java source code
http://www.jfront.com/rawjava
Wessex Scientific and Technical Services - scientific and
engineering software in C++ (& Fortran).
http://wxres.com/
Programmer's Helpdesk - C++ and Java help for students by students
http://www.helpmeprogram.com
Valentina object database engine - written in C++ but I don't know whether
you can get to see the source. Interface SDKs in numerous languages.
http://www.paradigmasoft.com

Bookshops
---------
People ask where they can mail-order quality C++ books and
here are 5 (out of many) answers.
Computer Literacy Bookshops
http://www.clbooks.com/
Amazon.com books - Seattle
http://www.amazon.com/
Blackpool. Discounts, on-line catalogue, reviews etc
http://www.bookpool.com

C++ news-groups
---------------
alt.comp.lang.learn.c-c++
comp.lang.c++
comp.lang.c++.leda
comp.lang.c++.moderated
     Moderation policy: http://www.connobj.com/cpp/guide.htm
comp.object
comp.os.msdos.djgpp
comp.os.ms-windows.programmer.tools.mfc
comp.os.ms-windows.programmer.tools.owl
comp.std.c++
     To submit articles: Try just posting with your newsreader.
     FAQ:    http://reality.sgi.com/employees/austern_mti/std-c++/faq.html
     Policy: http://reality.sgi.com/employees/austern_mti/std-c++/policy.html
de.comp.lang.c++
de.comp.lang.iso-c++
es.comp.lenguajes.c++
fido.ger.c_plusplus
fj.lang.c++
fr.comp.lang.c++
gnu.g++.announce
gnu.g++.bug
gnu.g++.help
gnu.g++.lib.bug
hepnet.lang.c++
han.comp.lang.c++
it.comp.lang.c++
microsoft.public.de.vc
microsoft.public.es.vc
microsoft.public.usasalesinfo.developer.visualc++
microsoft.public.vc.*
powersoft.public.watcom_C_C++.general
relcom.fido.su.c-c++
Search current and old newsgroups
http://www.google.com/grphp?hl=en
For accessing Inprise/Borland newsgroups see
http://www.inprise.com/newsgroups/

Email discussion groups
-----------------------
Standard template library
To post to the list, send email to
   mailto:genstl@atext.com
To ask to be added or removed from the list, send email to
   mailto:genstl-request@atext.com
with the word "subscribe" or "unsubscribe" in the Subject line.
Object oriented numerics mailing list
http://oonumerics.org/oon/oon-list/