[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Tinycc-devel] C++ or C?
From: |
PerfectDark |
Subject: |
[Tinycc-devel] C++ or C? |
Date: |
Mon, 22 May 2006 10:20:10 +0400 (MSD) |
>Is there any work somewhere to make a C++ compiler on top of tcc ?
It is a hard, VERY hard work - to implement full ISO-compliant C++
compiler(just look to gcc::cp code :) ) and, I think, it absolutely unuseful.
Except excellent gcc C++ compiler, there are a lot of free compilers, even
microsoft offer fast and free C/C++ compiler+PlatformSDK. I sure, that tcc
should be stable, small, simple, fast and reliable C compiler (may be with
simple and useful extensions - thanks to Ben Hinkle :) ) - with possibility to
use as internal runtime C compiler ( I work on win32 and I HATE VisualBasic :)
).
- [Tinycc-devel] SEH in tcc, PerfectDark, 2006/05/20
- Re: [Tinycc-devel] SEH in tcc, Ben Hinkle, 2006/05/20
- Re: [Tinycc-devel] SEH in tcc, Jérôme VUARAND, 2006/05/21
- [Tinycc-devel] C++ or C?,
PerfectDark <=
- Re: [Tinycc-devel] C++ or C?, ice, 2006/05/22
- Re: [Tinycc-devel] C++ or C?, Nigel Horne, 2006/05/22
- Re: [Tinycc-devel] C++ or C?, ice, 2006/05/22
- Re: [Tinycc-devel] C++ or C?, Dmytro Bogovych, 2006/05/22
- Re: [Tinycc-devel] C++ or C?, PerfectDark, 2006/05/23
- Re: [Tinycc-devel] C++ or C?, Axel Liljencrantz, 2006/05/22
- Re: [Tinycc-devel] C++ or C?, Dave Dodge, 2006/05/23
- Re: [Tinycc-devel] SEH in tcc, Ben Hinkle, 2006/05/24
Re: [Tinycc-devel] SEH in tcc, PerfectDark, 2006/05/22
Re: [Tinycc-devel] SEH in tcc, Fabrice Bellard, 2006/05/22