This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC: accessing exceptiond from C?
- From: Per Bothner <per at bothner dot com>
- To: Kai Henningsen <kaih at khms dot westfalen dot de>
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 30 Mar 2002 09:21:27 -0800
- Subject: Re: GCC: accessing exceptiond from C?
- References: <8LrUv-qHw-B@khms.westfalen.de>
Kai Henningsen wrote:
> it's rather hard to reasonably integrate that stuff with C without
> compiler support - and I'd rather avoid full-blown C++.
You don't need "full-blown C++". It is perfectly ok to use
G++ as a "C with exceptions" compiler or a "better C"
compiler. Many people do that.
--
--Per Bothner
per@bothner.com http://www.bothner.com/per/