[Freeciv-Dev] Re: C++ (was: curiosity)
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Sat, Dec 01, 2001 at 09:02:24AM -0800, Brian Olson wrote:
> Which features of C++:
> There exists a standard for "Embedded C++" which states which features
> of C++ can be used without causing size and speed bloat. Some commercial
> compilers can enforce it, can g++?
> The villians cut out were Run Time Type Information (RTTI),
> 'mutable', exceptions, namespaces, templates, multiple/virtual
> inheritance, most of the STL (kept a few classes as non-template
> implementations).
Yes ;) Leave only basic inheritance and these "nice" <<>>
operators. Ah I forgot the string class uses also templates.
Raimar
--
email: rf13@xxxxxxxxxxxxxxxxx
A life? Cool! Where can I download one?
- [Freeciv-Dev] Re: curiosity, (continued)
[Freeciv-Dev] Re: curiosity, Raimar Falke, 2001/12/01
[Freeciv-Dev] Re: curiosity, Andrew Sutton, 2001/12/01
|
|