Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!bionet!ames!pacbell!hoptoad!hsfmsh!mhyman From: mhyman@hsfmsh.UUCP (Marco S. Hyman) Newsgroups: comp.lang.c++ Subject: Re: boosting libg++ (was Re: g++ vs. cfront 2.0 in the Real World) Summary: Write your own Message-ID: <1047@hsfmsh.UUCP> Date: 13 Jul 89 16:11:39 GMT References: <799@redsox.bsw.com> <6590194@hplsla.HP.COM> <318@gt-eedsp.gatech.edu> Reply-To: mhyman@hsfmsh.UUCP (Marco S. Hyman) Organization: SoftCom, Inc. San Francisco Lines: 18 Remember, using C++ or G++ does not stop you from using the standard C library. There is nothing in libg++ that you MUST have. If the GNU copyleft does not fit you needs you can alway build your own libg++. Try replacing libg++ with a dummy library. I used a single source file that consisted of the line: const char * const LibVersion = "$Revision$; Now try to compile your programs with g++. You'll quickly find out what you need to add to the library. Need streams, write them. All it ``costs'' is your time. Don't have the time? Use printf or puts, etc. --marc -- //Marco S. Hyman //UUCP: ...!sun!sfsun!hsfmsh!mhyman //Domain: sfsun!hsfmsh!mhyman@sun.com