public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* C++ library
@ 2001-01-03  0:49 Gilon Miller
  2001-01-03  1:07 ` Alexandre Oliva
  0 siblings, 1 reply; 2+ messages in thread
From: Gilon Miller @ 2001-01-03  0:49 UTC (permalink / raw)
  To: gcc-help

Hi,

I am using gcc to compile for a Hitachi microcontroller.
Recently, I have transitioned from C to C++.  I am using currently using
the libgcc library.  The compiler is missing functions to allow me to
create a class within a class.
What library should I be using to work in C++ without trouble.


Thanks in advance,

 		Gilon

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: C++ library
  2001-01-03  0:49 C++ library Gilon Miller
@ 2001-01-03  1:07 ` Alexandre Oliva
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Oliva @ 2001-01-03  1:07 UTC (permalink / raw)
  To: Gilon Miller; +Cc: gcc-help

On Jan  3, 2001, Gilon Miller <gilonm@friendly.co.il> wrote:

> What library should I be using to work in C++ without trouble.

libstdc++ is the C++ library.  If you're not using any C++ standard
classes at all, and you think you don't need libstdc++, you may still
need C++ support functions, that are supplied in libstdc++ or,
alternatively, in libsupc++.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-01-03  1:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-03  0:49 C++ library Gilon Miller
2001-01-03  1:07 ` Alexandre Oliva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).